Moved database port mapping to central port configuration file

This commit is contained in:
2025-07-13 23:06:11 +02:00
parent 6fbe550afe
commit fb0ca533ae
7 changed files with 19 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
ports:
# Ports which are exposed to localhost
localhost:
database:
svc-db-postgres: 5432
svc-db-mariadb: 3306
# https://developer.mozilla.org/de/docs/Web/API/WebSockets_API
websocket:
mastodon: 4001