Files
botmafieux/compose.yaml
Mathéo Nebulo9 DESSAUVAGES 3fb926ec20
Some checks failed
CI / Run tests (pull_request) Failing after 20s
fix: Fix pipeline, add ci and adapted compose
2026-07-16 21:15:02 +02:00

23 lines
393 B
YAML

networks:
internal:
internal: true
outbound:
external: true
services:
botmafieux:
image: nebulo9/botmafieux:latest
container_name: botmafieux
restart: unless-stopped
networks:
- internal
- outbound
env_file: ./.env
volumes:
- ./config:/config
deploy:
resources:
limits:
cpus: '0.25'
memory: '256M'