Integrate with shared nocodb-network and add NocoDB env vars

This commit is contained in:
dcstephenson
2026-06-23 11:38:38 -05:00
parent 7e08638f50
commit b0d32b9e5e
+15 -3
View File
@@ -1,13 +1,25 @@
services:
lldp-mapper:
build: .
build:
context: .
dockerfile: Dockerfile
container_name: lldp-mapper
ports:
- "5000:5000"
volumes:
- ./data:/data
- ./config.py:/app/config.py
- ./config.py:/app/config.py:ro
- ./index.html:/app/templates/index.html:ro
restart: unless-stopped
environment:
- PYTHONUNBUFFERED=1
- NOCODB_URL=http://nocodb:8080
- NOCODB_TOKEN=eWU_ilelaCtNy1JzC7vf41DokkqFOovcLHM0zVml
restart: unless-stopped
networks:
- nocodb-network
networks:
nocodb-network:
external: true
name: nocodb-network