Files
sandwich-server/compose.yaml

10 lines
200 B
YAML

services:
database:
image: docker.io/postgres:17
environment:
POSTGRES_DB: "my-server-db"
POSTGRES_USER: "l0vpre"
POSTGRES_PASSWORD: "buranya"
ports:
- 5432:5432