mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
Verified changes: - add compose/demo.vps.override.yml Diffstat: - 1 file changed, 6 insertions(+)
6 lines
91 B
YAML
6 lines
91 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
postgres:
|
|
ports:
|
|
- "127.0.0.1:${DB_PORT:-5433}:5432"
|