Prepare for deployment

This commit is contained in:
2025-11-09 22:52:12 +02:00
parent 65794be998
commit 4733e56ea1
4 changed files with 39 additions and 36 deletions

View File

@@ -12,6 +12,20 @@
- "8080:8080"
volumes:
- app_data:/app/Storage
t120b165-imgboard-client:
image: t120b165-imgboard-client
container_name: t120b165_app_client
restart: unless-stopped
build:
context: .
dockerfile: Client/Dockerfile
depends_on:
- db
- t120b165-imgboard
ports:
- "8000:3000"
db:
image: mariadb:lts
container_name: t120b165_db