docker-compose.yml 400 B

12345678910111213141516
  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. - "${PORT:-8000}:8000"
  11. # only comment in case it will be necessary
  12. environment:
  13. WEB_PREFIX_URL: "${WEB_PREFIX_URL:-}"