added version 2.0

This commit is contained in:
Lukian LEIZOUR 2024-03-04 20:38:46 +01:00
parent 0163d40b4e
commit 0f18925d1a
3231 changed files with 1449 additions and 374732 deletions

18
docker-compose.yml Normal file
View file

@ -0,0 +1,18 @@
version: '3.1'
services:
chaisebot:
build:
context: .
dockerfile: DOCKERFILE
restart: always
networks:
db_system:
ipv4_address: 172.16.0.11
volumes:
- /home/lucien/chaisebot:/app
networks:
db_system:
name : dbsystem_db_system
external: true