This commit is contained in:
root
2026-05-02 18:16:56 +00:00
parent b86aba7bcc
commit 0b394c9bae
9 changed files with 2095 additions and 0 deletions

View File

@@ -30,3 +30,13 @@ services:
depends_on:
db:
condition: service_healthy
web:
image: nginx:alpine
ports:
- "8084:80"
volumes:
- ./web/index.html:/usr/share/nginx/html/index.html:ro
- ./web/nginx.conf:/etc/nginx/conf.d/default.conf:ro
restart: unless-stopped