diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 8 |
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 @@ | |||
1 | services: | 1 | services: |
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 |