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'