Rename compose release to prod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-12 18:46:06 +01:00
parent 10afee0616
commit f6a824225b
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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