summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-02-25 16:14:56 +0100
committerFxQnLr <[email protected]>2024-02-25 16:14:56 +0100
commit03bea24f9de698375033af92a08762446d0e20cc (patch)
tree71b696ddcdc14f36115155be7f287fc0cb43e16d /docker-compose.yml
parentcd73d51fba4a7d24b5ef12cb7d23054ab922cb67 (diff)
downloadwebol-cli-03bea24f9de698375033af92a08762446d0e20cc.tar
webol-cli-03bea24f9de698375033af92a08762446d0e20cc.tar.gz
webol-cli-03bea24f9de698375033af92a08762446d0e20cc.zip
Closes #2. Config and setup stuff
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 3a0ade5..f41f4c9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,20 +1,20 @@
1services: 1services:
2 webol: 2 webol:
3 image: ghcr.io/fxqnlr/webol:dev-6 3 image: ghcr.io/fxqnlr/webol:dev-9
4 container_name: webol 4 container_name: webol-cli-server
5 restart: no 5 restart: no
6 depends_on: 6 depends_on:
7 - db 7 - db
8 environment: 8 environment:
9 - RUST_LOG=info,webol=trace 9 - RUST_LOG=info,webol=trace
10 - WEBOL_DATABASE_URL=postgres://postgres:postgres@localhost:5432/webol 10 - WEBOL_DATABASE_URL=postgres://postgres:postgres@localhost:5432/webol
11 - WEBOL_APIKEY=aaa 11 - WEBOL_APIKEY=dev
12 - WEBOL_SERVERADDR=127.0.0.1:7229 12 - WEBOL_SERVERADDR=127.0.0.1:7229
13 network_mode: host 13 network_mode: host
14 14
15 db: 15 db:
16 image: postgres 16 image: postgres
17 container_name: webol-db 17 container_name: webol-cli-db
18 restart: no 18 restart: no
19 environment: 19 environment:
20 POSTGRES_PASSWORD: postgres 20 POSTGRES_PASSWORD: postgres