Skip to content

Commit 6087943

Browse files
committed
fix(docker-compose): env path respective to source dir
1 parent 59f63bf commit 6087943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- "${API_PORT:-8443}:${API_PORT:-8443}"
99
restart: unless-stopped
1010
env_file:
11-
- /etc/nixopus/source/api/.env:/app/.env
11+
- /etc/nixopus/source/api/.env
1212
environment:
1313
- HOST_NAME=nixopus-db
1414
volumes:
@@ -84,7 +84,7 @@ services:
8484
- "${NEXT_PUBLIC_PORT:-7443}:${NEXT_PUBLIC_PORT:-7443}"
8585
restart: unless-stopped
8686
env_file:
87-
- /etc/nixopus/source/view/.env:/app/.env
87+
- /etc/nixopus/source/view/.env
8888
volumes:
8989
- ./logs:/app/logs
9090
networks:

0 commit comments

Comments
 (0)