docker-compose: DEPLOY_SECRET direkt setzen
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /home/kirbyuser/robbis-space:/var/www/html:rw # Persistente Daten
|
- /home/kirbyuser/robbis-space:/var/www/html:rw # Persistente Daten
|
||||||
environment:
|
environment:
|
||||||
- DEPLOY_SECRET=${DEPLOY_SECRET}
|
- DEPLOY_SECRET=dc2d9b0af4849284a0cb396d462aa1853df0c16fec45c5c859d6b97874ea8db4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user