split containers

This commit is contained in:
Mateusz Gruszczyński
2026-04-13 08:48:32 +02:00
parent b3da1851de
commit 7608e74bf1

View File

@@ -16,14 +16,23 @@ services:
start_period: 20s
restart: unless-stopped
reverse-proxy:
frontend:
build:
context: .
dockerfile: frontend/Dockerfile
container_name: routeros-backup-frontend
restart: unless-stopped
reverse-proxy:
build:
context: .
dockerfile: reverse-proxy/Dockerfile
container_name: routeros-backup-reverse-proxy
depends_on:
backend:
condition: service_healthy
frontend:
condition: service_started
ports:
- '${APP_PORT:-8080}:80'
restart: unless-stopped