Init project and first source generation
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:11-alpine
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- "POSTGRES_DB=etecture"
|
||||
- "POSTGRES_USER=etecture"
|
||||
- "POSTGRES_PASSWORD=etecture"
|
||||
- "PGDATA=/var/lib/postgresql/data/etecture"
|
||||
Reference in New Issue
Block a user