fix: Fix pipeline, add ci and adapted compose
Some checks failed
CI / Run tests (pull_request) Failing after 20s
Some checks failed
CI / Run tests (pull_request) Failing after 20s
This commit is contained in:
25
compose.yaml
25
compose.yaml
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user