Feat: flesh out
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user