Files
sandwich-server/compose.yaml

10 lines
200 B
YAML
Raw Permalink Normal View History

2025-11-13 12:42:50 +03:00
services:
database:
image: docker.io/postgres:17
environment:
POSTGRES_DB: "my-server-db"
POSTGRES_USER: "l0vpre"
POSTGRES_PASSWORD: "buranya"
ports:
- 5432:5432