Signed-off-by: Gato <cedric@goutailler-olivier.fr>
This commit is contained in:
2026-06-15 06:47:56 +02:00
parent cdefbe3a81
commit e19aeadc63
5 changed files with 31 additions and 22 deletions
+8 -4
View File
@@ -24,8 +24,8 @@ services:
build:
context: .
dockerfile: Dockerfile.api
ssh:
- default
secrets:
- ssh_key
container_name: bonsai-api
restart: unless-stopped
depends_on:
@@ -56,8 +56,8 @@ services:
build:
context: .
dockerfile: Dockerfile.webapp
ssh:
- default
secrets:
- ssh_key
container_name: bonsai-webapp
restart: unless-stopped
depends_on:
@@ -81,3 +81,7 @@ networks:
proxy:
external: true
name: proxy
secrets:
ssh_key:
file: ${SSH_KEY_PATH}