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 6087943 commit 1a40289Copy full SHA for 1a40289
docker-compose.yml
@@ -17,6 +17,7 @@ services:
17
- ${SSH_PRIVATE_KEY}:/etc/nixopus/ssh/id_rsa
18
- ${MOUNT_PATH:-/etc/nixopus/configs}:/etc/nixopus/configs
19
- /var/run/docker.sock:/var/run/docker.sock
20
+ - /etc/nixopus/source/api/.env:/app/.env
21
networks:
22
- nixopus-network
23
depends_on:
@@ -87,6 +88,7 @@ services:
87
88
- /etc/nixopus/source/view/.env
89
volumes:
90
- ./logs:/app/logs
91
+ - /etc/nixopus/source/view/.env:/app/.env
92
93
94
0 commit comments