Skip to content
Snippets Groups Projects
Verified Commit 991cfd43 authored by Carlos Andres Planchon Prestes's avatar Carlos Andres Planchon Prestes 💬
Browse files

Adding Docker compose for PostgreSQL.

parent bb78b610
No related branches found
No related tags found
2 merge requests!2PROD1.0,!1PROD 0.1
# Use postgres/example user/password credentials
version: '3.1'
services:
db:
image: postgres
restart: always
environment:
POSTGRES_USER: adana
POSTGRES_DB: adana
POSTGRES_PASSWORD: adana
ports:
- 5432:5432
adminer:
image: adminer
restart: always
ports:
- 8080:8080
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment