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
|