Skip to content

Commit fa2bf67

Browse files
committed
fix docker compose setup
1 parent 50cc4eb commit fa2bf67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- escapepod-data:/var/lib/postgresql/data
1414

1515
escapepod:
16-
build: .
16+
image: rphillips/escapepod:latest
1717
depends_on:
1818
- db
1919
networks:

escapepod.toml.sample

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
address = ":5000"
33

44
[db]
5-
type = "sqlite"
6-
url = "escapepod.db"
5+
#type = "sqlite"
6+
#url = "escapepod.db"
77

8-
#type = "postgres"
8+
type = "postgres"
99
host = "db"
1010
port = 5432
1111
dbname = "escapepod"

0 commit comments

Comments
 (0)