feat: add more stuff

This commit is contained in:
Simon Cornet 2026-02-18 17:20:00 +01:00
commit 4e2886dd59
12 changed files with 74 additions and 62 deletions

View file

@ -32,12 +32,13 @@
tty: "no"
# run mariadb
name: "ipam-db"
name: "phpipam-db"
image: "docker.io/mariadb:lts"
image_name_mismatch: "recreate"
restart_policy: "unless-stopped"
networks:
- name: "ipam-network"
- name: "phpipam"
volumes:
- "/mnt/ipam/mysql:/var/lib/mysql"