Files
confient/compose/prod/docker-compose.yml
Wilfried OLLIVIER f6a824225b
All checks were successful
continuous-integration/drone/push Build is passing
Rename compose release to prod
2020-12-12 18:46:06 +01:00

12 lines
234 B
YAML

version: "3"
services:
postgres:
image: postgres:latest
ports:
- 127.0.0.1:5432:5432
environment:
- POSTGRES_USER=$POSTGRES_USER
- POSTGRES_DB=$POSTGRES_DB
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD