mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 00:26:07 +02:00
8 lines
155 B
YAML
8 lines
155 B
YAML
services:
|
|
postgres:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
- POSTGRES_USER=server
|
|
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|