docker-compose.yml 308 B

12345678910111213141516
  1. version: '3'
  2. networks:
  3. proxytanet:
  4. external: true
  5. services:
  6. app:
  7. build: .
  8. restart: always
  9. labels:
  10. traefik.enable: "true"
  11. traefik.backend: "homepage"
  12. traefik.frontend.rule: "Host: ${CHATONS_DOMAIN:-local}, www.${CHATONS_DOMAIN:-local}"
  13. networks:
  14. - proxytanet