Este commit está contenido en:
Your Name
2020-05-28 10:44:39 +00:00
padre 86ffefc449
commit bc2b938771
Se han modificado 13 ficheros con 4977 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,24 @@
version: '2.3'
services:
hatbot:
build: ./hatbot
restart: always
hostname: hatbot
container_name: hatbot
entrypoint:
- /bin/bash
- entrypoint.sh
volumes:
- ./hatbot:/hatbot
networks:
mynet:
ipv4_address: 172.56.0.101
networks:
mynet:
# enable_ipv6: false
driver: bridge
ipam:
config:
- subnet: 172.56.0.0/24