Merge branch 'main' into 'dev'

Edit docker-compose.yml

See merge request marek/centrum!2
This commit is contained in:
Marek Lesko
2025-07-09 17:14:10 +00:00

View File

@@ -13,7 +13,7 @@ services:
command: sleep infinity
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:db
nnetwork_mode: host
# Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
# user: root
@@ -24,6 +24,7 @@ services:
db:
image: mcr.microsoft.com/mssql/server:2019-latest
restart: unless-stopped
network_mode: host
environment:
SA_PASSWORD: P@ssw0rd
ACCEPT_EULA: Y