docker-compose.yml 465 B

1234567891011121314151617
  1. version: '3'
  2. services:
  3. webexpe:
  4. container_name: sin3dlauncherinst
  5. image: sin3dlauncher
  6. restart: always
  7. volumes:
  8. - "./media:/usr/src/app/media" # get access to media files
  9. ports:
  10. - "8000:8000"
  11. # only comment in case it will be necessary
  12. # environment:
  13. # WEBEXPE_PREFIX_URL: "${WEBEXPE_PREFIX_URL:-}"
  14. # WEB_API_PREFIX_URL: "${WEB_API_PREFIX_URL:-api}"