We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d979f commit aeb7d9aCopy full SHA for aeb7d9a
.gitignore
@@ -3,4 +3,5 @@ __pycache__/
3
.DS_Store
4
.envrc
5
.vscode
6
-data/postgres
+data/postgres
7
+.history
docker-compose.yml
@@ -2,6 +2,7 @@ version: '3'
2
services:
db:
+ container_name: corgi-pg
image: postgres
ports:
8
- "5432:5432"
@@ -13,6 +14,7 @@ services:
13
14
- POSTGRES_USER=dbUsername
15
- POSTGRES_DB=dbName
16
web:
17
+ container_name: corgi-web
18
build: .
19
command: ./entrypoint.sh
20
volumes:
0 commit comments