docker compose

This commit is contained in:
rjawor 2019-05-07 12:51:23 +02:00
commit c3000a5980
1 changed files with 14 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: '3.1'
services:
concordia-postgres:
image: postgres
container_name: concordia-postgres
restart: always
ports:
- "10001:5432"
environment:
POSTGRES_USER: webuser
POSTGRES_PASSWORD: webpassword
POSTGRES_DB: backend_db