mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
compose: modify 1 file
Verified changes: - modify compose/demo.vps.override.yml Diffstat: - 1 file changed, 8 insertions(+)
This commit is contained in:
parent
9562c0bdca
commit
dbef4a0f4c
1 changed files with 8 additions and 0 deletions
|
|
@ -2,3 +2,11 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${DB_PORT:-5433}:5432"
|
- "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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue