We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker compose --profile bot up
1 parent 2c98493 commit aba12ccCopy full SHA for aba12cc
.github/workflows/integration.yml
@@ -17,7 +17,7 @@ jobs:
17
run: docker compose build
18
19
- name: Start services
20
- run: docker compose up -d
+ run: docker compose --profile bot up -d
21
22
- name: Wait 60 seconds
23
run: sleep 60
docker-compose.yml
@@ -45,6 +45,8 @@ services:
45
- RUST_LOG=info
46
networks:
47
- proxy-network
48
+ profiles:
49
+ - bot
50
51
52
proxy-network:
0 commit comments