Browse Source

homepage: add missing env_file

Guilhem Saurel 6 years ago
parent
commit
7837245753
1 changed files with 2 additions and 0 deletions
  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}"