fix
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
|||||||
node:
|
node:
|
||||||
build: ./node-api
|
build: ./node-api
|
||||||
image: gitea.nucleoriofrio.com/nucleo000/radiusnucleo:latest
|
image: gitea.nucleoriofrio.com/nucleo000/radiusnucleo:latest
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
environment:
|
environment:
|
||||||
- VLAN_ID=2
|
- VLAN_ID=2
|
||||||
- MAX_UP=10000000
|
- MAX_UP=10000000
|
||||||
@@ -57,8 +55,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
- ./postgres/init:/docker-entrypoint-initdb.d:ro
|
- ./postgres/init:/docker-entrypoint-initdb.d:ro
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
networks:
|
networks:
|
||||||
- radius_net
|
- radius_net
|
||||||
- principal
|
- principal
|
||||||
|
|||||||
Reference in New Issue
Block a user