We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3febd85 commit 94dd9bbCopy full SHA for 94dd9bb
1 file changed
deploy.sh
@@ -21,7 +21,7 @@ ssh -o ServerAliveInterval=5 $SERVER "docker rm -f snapkit 2>/dev/null; docker r
21
--network dokploy-network \
22
-v $APP_DIR/brands:/app/brands \
23
-v /opt/snapkit-data:/app/data \
24
- -e SNAPKIT_PASSWORD=\${SNAPKIT_PASSWORD:-snapkit2026} \
+ --env-file /opt/snapkit-data/.env \
25
--restart unless-stopped \
26
--label 'traefik.enable=true' \
27
--label 'traefik.http.routers.snapkit.rule=Host(\`snapkit.vibery.app\`)' \
0 commit comments