Restore docker-compose.yaml for application and database services #5

This commit is contained in:
Marek Lesko
2025-07-28 08:23:33 +00:00
parent 91ffd122e9
commit 014cf13072

View File

@@ -0,0 +1,19 @@
version: '3'
services:
app:
image: registry.lesko.me/marek/centrum:latest
depends_on:
- db
restart: unless-stopped
network_mode: host
ports:
- "5000:5000"
db:
image: mcr.microsoft.com/mssql/server:2019-latest
restart: unless-stopped
network_mode: host
environment:
SA_PASSWORD: P@ssw0rd
ACCEPT_EULA: Y