You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
305 B

  1. services:
  2. tmdb:
  3. build: .
  4. container_name: tmdb
  5. restart: unless-stopped
  6. ports:
  7. - $PORT:3000
  8. environment:
  9. VIRTUAL_HOST: "${DOMAIN}"
  10. LETSENCRYPT_HOST: "${DOMAIN}"
  11. PUID: "${PUID}"
  12. PGID: "${PGID}"
  13. networks:
  14. default:
  15. name: dockerweb
  16. external: true