Parcourir la source

homepage: add missing env_file

Guilhem Saurel il y a 6 ans
Parent
commit
7837245753
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      homepage/docker-compose.yml

+ 2 - 0
homepage/docker-compose.yml

@@ -8,6 +8,8 @@ services:
   app:
     build: .
     restart: unless-stopped
+    env_file:
+      - .env
     labels:
       traefik.enable: "true"
       traefik.frontend.rule: "Host: ${CHATONS_DOMAIN:-localhost}, www.${CHATONS_DOMAIN:-localhost}"