docker compose
This commit is contained in:
commit
c3000a5980
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user