All checks were successful
Publish to Confluence / confluence (push) Successful in 37s
7 lines
155 B
YAML
7 lines
155 B
YAML
services:
|
|
postgres:
|
|
image: postgres:16-alpine
|
|
env_file: postgresql.env
|
|
restart: always
|
|
volumes:
|
|
- ./pgdata:/var/lib/postgresql/data |