From 03bea24f9de698375033af92a08762446d0e20cc Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Sun, 25 Feb 2024 16:14:56 +0100 Subject: Closes #2. Config and setup stuff --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docker-compose.yml') 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 @@ services: webol: - image: ghcr.io/fxqnlr/webol:dev-6 - container_name: webol + image: ghcr.io/fxqnlr/webol:dev-9 + container_name: webol-cli-server restart: no depends_on: - db environment: - RUST_LOG=info,webol=trace - WEBOL_DATABASE_URL=postgres://postgres:postgres@localhost:5432/webol - - WEBOL_APIKEY=aaa + - WEBOL_APIKEY=dev - WEBOL_SERVERADDR=127.0.0.1:7229 network_mode: host db: image: postgres - container_name: webol-db + container_name: webol-cli-db restart: no environment: POSTGRES_PASSWORD: postgres -- cgit v1.2.3