Feat: flesh out

This commit is contained in:
2026-03-14 14:42:40 +01:00
parent 5e7eae22e9
commit b569cfd5ad
6 changed files with 319 additions and 0 deletions

View File

@@ -22,3 +22,26 @@ services:
options:
max-size: "10m"
max-file: "3"
sova-web:
build:
context: ./web
container_name: sova-web
restart: unless-stopped
ports:
- "3000:3000"
environment:
- SOVA_HOST=sova-server
- SOVA_PORT=8080
- SOVA_PASSWORD=${SOVA_PASSWORD}
depends_on:
- sova-server
deploy:
resources:
limits:
memory: 128M
cpus: '0.25'
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"