added version 2.0
This commit is contained in:
parent
0163d40b4e
commit
0f18925d1a
3231 changed files with 1449 additions and 374732 deletions
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue