mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-14 12:02:18 +00:00
17 lines
505 B
YAML
17 lines
505 B
YAML
version: '3'
|
|
services:
|
|
phpipam-agent:
|
|
container_name: phpipam-agent
|
|
restart: unless-stopped
|
|
image: jbowdre/phpipam-agent:latest
|
|
environment:
|
|
- PHPIPAM_DB_HOST=ipamhost
|
|
- PHPIPAM_DB_NAME=phpipam
|
|
- PHPIPAM_DB_USER=phpipam
|
|
- PHPIPAM_DB_PASS=phpipamadmin
|
|
- PHPIPAM_DB_PORT=3306
|
|
- PHPIPAM_AGENT_KEY=2RuQ0rt4Rir29vGN4_1ZOqShcUX7PSUb
|
|
- PHPIPAM_SCAN_INTERVAL=15m
|
|
- PHPIPAM_RESET_AUTODISCOVER=false
|
|
- PHPIPAM_REMOVE_DHCP=false
|
|
- TZ=UTC
|