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

This commit is contained in:
2025-08-26 18:17:13 +02:00
parent 3914b95e59
commit d163a03225
4 changed files with 22 additions and 6 deletions

View File

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