Este commit está contenido en:
Your Name
2020-05-28 10:46:51 +00:00
padre 8e5fb9911c
commit cfb1b01b3c
Se han modificado 119 ficheros con 3177 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,25 @@
version: '2'
services:
magicworld:
build: ./server
restart: always
container_name: magicworld
hostname: magicworld
volumes:
- ./server:/src
- ./web:/src/public
expose:
- 80
networks:
mynet:
ipv4_address: 172.100.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.100.0.0/24