mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
Verified changes: - modify compose/demo.vps.override.yml Diffstat: - 1 file changed, 8 insertions(+)
12 lines
217 B
YAML
12 lines
217 B
YAML
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"
|