Skip to content

Instantly share code, notes, and snippets.

@ratulotron
Forked from audacioustux/db.env
Last active August 24, 2019 17:20
Show Gist options
  • Save ratulotron/ba7817a3843507434621ae99669bbebb to your computer and use it in GitHub Desktop.
Save ratulotron/ba7817a3843507434621ae99669bbebb to your computer and use it in GitHub Desktop.
POSTGRES_PASSWORD=aluvajivalobashi
POSTGRES_USER=audacioustux
POSTGRES_DB=nobinalo
version: '3.7'
services:
postgres:
image: postgres:12
ports:
- 5432:5432
volumes:
- ./data/:/var/lib/postgresql/data
env_file:
- ./db.env
redis:
image: redis:32bit
ports:
- 6379:6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment