diff options
author | FxQnLr <[email protected]> | 2024-02-25 20:50:50 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-02-25 20:50:50 +0100 |
commit | 3a2dc1f2741f7bf4d72c1cbe0fd1993af157ceaa (patch) | |
tree | da0e6f0b8d054a48552b6eeb4973e77a8b9aa920 /docker-compose.yml | |
parent | a192e9baca9a14beaa9f87c27a63cff96aa41c94 (diff) | |
download | webol-cli-3a2dc1f2741f7bf4d72c1cbe0fd1993af157ceaa.tar webol-cli-3a2dc1f2741f7bf4d72c1cbe0fd1993af157ceaa.tar.gz webol-cli-3a2dc1f2741f7bf4d72c1cbe0fd1993af157ceaa.zip |
Closes #5. Eta works
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index f41f4c9..ea10db2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml | |||
@@ -9,7 +9,7 @@ services: | |||
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=dev | 11 | - WEBOL_APIKEY=dev |
12 | - WEBOL_SERVERADDR=127.0.0.1:7229 | 12 | - WEBOL_SERVERADDR=0.0.0.0:7229 |
13 | network_mode: host | 13 | network_mode: host |
14 | 14 | ||
15 | db: | 15 | db: |