ansible/roles/stacks/composes/inventory/adminer.yml
2023-09-25 10:40:20 +02:00

35 lines
595 B
YAML

# 2023-09-25
# Stack: adminer
---
adminer:
name: "adminer"
ipv6: true
directories: []
services:
- name: "adminer"
image: "adminer:latest"
uid: "0"
gid: "0"
capabilities:
- DAC_OVERRIDE
- DAC_READ_SEARCH
- CHOWN
- SETUID
- SETGID
- SYS_ADMIN
- MKNOD
- SETFCAP
- SETPCAP
- SYS_RESOURCE
restart: "no"
ports:
- { exposed: "${VM_PORT_ADMINER}", container: "8080" }
healthcheck: 'php -v || exit 1'
ressources:
cpus: "4.0"
memory: 1G