|
@@ -4,25 +4,7 @@ Para generar los container de kea oss editar el archivo docker-compose.yml y lue
|
|
|
|
|
|
docker-compose.yml:
|
|
|
|
|
|
-v1.3.0
|
|
|
|
|
|
-```
|
|
|
-kea-oss:
|
|
|
- image: docker.infra.flowdat.com/fd3/kea-oss-1.3.0:latest
|
|
|
- build:
|
|
|
- context: kea/1.3.0/kea-oss
|
|
|
- environment:
|
|
|
- MYSQL_ROOT_PASSWORD: 235r2342gtfsw
|
|
|
- MYSQL_USER: root
|
|
|
- ports:
|
|
|
- - "8080:8080"
|
|
|
- - "67:67/udp"
|
|
|
- - "68:68/udp"
|
|
|
- volumes:
|
|
|
- - ./kea/conf/kea-ctrl-agent.conf:/usr/local/etc/kea/kea-ctrl-agent.conf
|
|
|
- - ./kea/conf/kea-dhcp4.conf:/usr/local/etc/kea/kea-dhcp4.conf
|
|
|
- - ./kea/supervisord:/etc/supervisord
|
|
|
-```
|
|
|
|
|
|
v1.4.0
|
|
|
|