Skip to content

Commit 947df99

Browse files
committed
fix: correct volume indentation and update environment variables with secure values
1 parent fdabf06 commit 947df99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ services:
193193

194194
# Enable redirection for HTTP and HTTPS
195195
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-nextjs-http.middlewares=https-redirect
196-
197-
volumes:
198-
- app-db-data:
196+
197+
volumes:
198+
- app-db-data:
199199

200200
networks:
201201
traefik-public:

0 commit comments

Comments
 (0)