We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5420b0 commit 59f63bfCopy full SHA for 59f63bf
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
- "${API_PORT:-8443}:${API_PORT:-8443}"
9
restart: unless-stopped
10
env_file:
11
- - .env
+ - /etc/nixopus/source/api/.env:/app/.env
12
environment:
13
- HOST_NAME=nixopus-db
14
volumes:
@@ -84,7 +84,7 @@ services:
84
- "${NEXT_PUBLIC_PORT:-7443}:${NEXT_PUBLIC_PORT:-7443}"
85
86
87
- - view/.env
+ - /etc/nixopus/source/view/.env:/app/.env
88
89
- ./logs:/app/logs
90
networks:
0 commit comments