asdadsadasdasda
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 23s

This commit is contained in:
2025-08-26 17:59:07 +02:00
parent 2216ab4a3d
commit 3914b95e59
2 changed files with 2 additions and 9 deletions

View File

@ -18,8 +18,5 @@ jobs:
- name: Stop containers
run: docker compose down
- name: Build containers
run: docker compose build --no-cache
- name: Deploy containers
run: docker compose up -d

View File

@ -2,9 +2,7 @@ name: dd-multitool
services:
api:
restart: unless-stopped
build:
context: ./api
dockerfile: Dockerfile
image: shiro2:latest
networks:
- dundef-tool
environment:
@ -26,9 +24,7 @@ services:
- TOKEN=${TOKEN}
- PREFIX=${PREFIX}
- SHARED_ENDPOINT=http://api:2000/
build:
context: ./bot
dockerfile: Dockerfile
image: shiro:latest
networks:
- dundef-tool
depends_on: