fix: Fix pipeline, add ci and adapted compose
Some checks failed
CI / Run tests (pull_request) Failing after 20s

This commit is contained in:
2026-07-16 21:15:02 +02:00
parent 746ce33977
commit 3fb926ec20
8 changed files with 6986 additions and 17 deletions

View File

@@ -1,9 +1,22 @@
networks:
internal:
internal: true
outbound:
external: true
services:
botmafieux:
build:
context: .
dockerfile: ./Dockerfile
tags:
- nebulo9/botmafieux:v2
image: nebulo9/botmafieux:latest
container_name: botmafieux
env_file: ./.env
restart: unless-stopped
networks:
- internal
- outbound
env_file: ./.env
volumes:
- ./config:/config
deploy:
resources:
limits:
cpus: '0.25'
memory: '256M'