impossible
Some checks failed
Deploy bot / build-and-deploy (push) Failing after 30s

This commit is contained in:
2025-08-26 17:16:23 +02:00
parent 5744ebea0f
commit 2216ab4a3d
3 changed files with 12 additions and 14 deletions

View File

@ -10,6 +10,7 @@ jobs:
env:
TOKEN: ${{ secrets.TOKEN }}
PREFIX: ${{ secrets.PREFIX }}
COMPOSE_PROFILES: "*"
steps:
- name: Checkout code
uses: actions/checkout@v3

View File

@ -1,3 +0,0 @@
group "default" {
targets = ["api", "web", "bot"]
}

View File

@ -9,17 +9,17 @@ services:
- dundef-tool
environment:
- PORT=2000
web:
restart: unless-stopped
build:
context: ./web
dockerfile: Dockerfile
networks:
- dundef-tool
depends_on:
- api
ports:
- "8080:80"
# web:
# restart: unless-stopped
# build:
# context: ./web
# dockerfile: Dockerfile
# networks:
# - dundef-tool
# depends_on:
# - api
# ports:
# - "8080:80"
bot:
restart: unless-stopped
environment: