mindboost-infrastructure/apps/develop/adminer/docker-compose.overwrite.yml

8 lines
292 B
YAML

services:
adminer:
profiles: ["all", "database", "backend", "adminer", "app"]
image: adminer
container_name: ${INFRASTRUCTURE_LABEL:-default}-adminer-${ENVIRONMENT:-development}
restart: always
ports:
- ${ADMINER_PORT:-0}:8080