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: env:
TOKEN: ${{ secrets.TOKEN }} TOKEN: ${{ secrets.TOKEN }}
PREFIX: ${{ secrets.PREFIX }} PREFIX: ${{ secrets.PREFIX }}
COMPOSE_PROFILES: "*"
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 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 - dundef-tool
environment: environment:
- PORT=2000 - PORT=2000
web: # web:
restart: unless-stopped # restart: unless-stopped
build: # build:
context: ./web # context: ./web
dockerfile: Dockerfile # dockerfile: Dockerfile
networks: # networks:
- dundef-tool # - dundef-tool
depends_on: # depends_on:
- api # - api
ports: # ports:
- "8080:80" # - "8080:80"
bot: bot:
restart: unless-stopped restart: unless-stopped
environment: environment: