add host/port
All checks were successful
Deploy Containers / Prepare (push) Successful in 24s

This commit is contained in:
2025-11-27 14:03:42 -05:00
parent 7b384c6358
commit a00f93c2df
2 changed files with 144 additions and 139 deletions

View File

@@ -28,6 +28,9 @@
tag: latest
networks:
- name: "{{ docker_network_name }}"
env:
PMA_HOST: "{{ PMA_HOST }}"
PMA_PORT: "{{ PMA_PORT }}"
labels:
traefik.enable: "true"
traefik.http.routers.pma.rule: Host(`pma.landite.games`)