Files

11 lines
198 B
YAML

services:
postgres:
image: postgres:16
restart: always
environment:
POSTGRES_USER: golang
POSTGRES_PASSWORD: golang
POSTGRES_DB: golang
ports:
- 5432:5432