We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e2893 commit 1ed6910Copy full SHA for 1ed6910
docker-compose.yml
@@ -10,6 +10,8 @@ services:
10
- postgres
11
ports:
12
- 3000:3000
13
+ command: goby server.gb --bind 0.0.0.0:3000 wsgi
14
+
15
postgres:
16
environment:
17
- POSTGRES_DB=goby_test
0 commit comments