Some checks failed
CI / Run tests (pull_request) Failing after 20s
23 lines
393 B
YAML
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'
|