add phpmyadmin
All checks were successful
Deploy Containers / Prepare (push) Successful in 36s

This commit is contained in:
2025-11-27 13:57:29 -05:00
parent 8cd245121d
commit 7a828308d4

View File

@@ -17,3 +17,18 @@
env: env:
MYSQL_USER: "root" MYSQL_USER: "root"
MYSQL_ROOT_PASSWORD: "{{ GLOBAL_POSTGRES_PASSWORD }}" MYSQL_ROOT_PASSWORD: "{{ GLOBAL_POSTGRES_PASSWORD }}"
- name: Deploy PHPMyAdmin
include_role:
name: docker
vars:
name: phpmyadmin
image:
name: phpmyadmin
tag: latest
labels:
traefik.enable: "true"
traefik.http.routers.pma.rule: Host(`pma.landite.games`)
traefik.http.routers.pma.entrypoints: webSecure
traefik.http.routers.pma.tls.certresolver: letsencrypt
traefik.http.services.pma.loadbalancer.server.port: "8080"