Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b1da15ce authored by Arkadiusz SZCZECINSKI's avatar Arkadiusz SZCZECINSKI
Browse files

:construction_worker: add password-rotation service to the docker compose file

parent 730e5e3a
No related branches found
No related tags found
1 merge request!148Draft: Netbox password rotation service
Pipeline #272080 failed
......@@ -22,6 +22,21 @@ services:
- netbox-scripts-files:/opt/netbox/netbox/scripts
environment:
- ACTIVATE_WORKER_AND_HOUSEKEEPING=1
netbox-pr:
image: netbox-plugin-psw:latest
env_file: env/netbox.env
depends_on:
netbox:
condition: service_healthy
volumes:
- ./netbox_configuration/ansible.sh:/opt/netbox/ansible.sh
environment:
- ACTIVATE_WORKER_AND_HOUSEKEEPING=0
- VAULT_ADDR=https://sam-hcpvault.cec.eu.int
- VAULT_AUTHTYPE=token
- VAULT_NAMESPACE=EC/DIGIT_C4_SNET_ADMIN-PROD
- VAULT_SKIP_VERIFY=false
- VAULT_LOGIN_MOUNT_POINT=cmdb
postgres:
image: code.europa.eu:4567/digit-c4/netbox-plugins/postgres:15-alpine
env_file: env/postgres.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment