compose: modify 1 file

Verified changes:
- modify compose/demo.vps.override.yml

Diffstat:
- 1 file changed, 8 insertions(+)
This commit is contained in:
Marco Allegretti 2026-02-03 11:17:01 +01:00
parent 9562c0bdca
commit dbef4a0f4c

View file

@ -2,3 +2,11 @@ services:
postgres:
ports:
- "127.0.0.1:${DB_PORT:-5433}:5432"
backend:
ports:
- "127.0.0.1:${BACKEND_PORT:-3001}:3000"
frontend:
ports:
- "127.0.0.1:${FRONTEND_PORT:-4322}:4321"