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 59f63bf commit 6087943Copy full SHA for 6087943
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
- "${API_PORT:-8443}:${API_PORT:-8443}"
9
restart: unless-stopped
10
env_file:
11
- - /etc/nixopus/source/api/.env:/app/.env
+ - /etc/nixopus/source/api/.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
- - /etc/nixopus/source/view/.env:/app/.env
+ - /etc/nixopus/source/view/.env
88
89
- ./logs:/app/logs
90
networks:
0 commit comments