Este commit está contenido en:
Your Name
2020-05-27 17:44:02 +00:00
padre bff2789ec0
commit ada9dd5fa7
Se han modificado 23 ficheros con 1273 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,25 @@
version: '2'
services:
arjion:
build: ./arjion
container_name: arjion
hostname: arjion
restart: always
entrypoint:
- /bin/bash
- /arjion/entrypoint.sh
volumes:
- ./arjion:/arjion
expose:
- 3000
networks:
mynet:
ipv4_address: 172.134.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.134.0.0/24