Skip to content

Commit

Permalink
fix docker compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Aug 25, 2019
1 parent 50cc4eb commit fa2bf67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- escapepod-data:/var/lib/postgresql/data

escapepod:
build: .
image: rphillips/escapepod:latest
depends_on:
- db
networks:
Expand Down
6 changes: 3 additions & 3 deletions escapepod.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
address = ":5000"

[db]
type = "sqlite"
url = "escapepod.db"
#type = "sqlite"
#url = "escapepod.db"

#type = "postgres"
type = "postgres"
host = "db"
port = 5432
dbname = "escapepod"
Expand Down

0 comments on commit fa2bf67

Please sign in to comment.