2025-01-26 19:47:01 +01:00
|
|
|
services:
|
2025-01-26 20:57:34 +01:00
|
|
|
|
|
|
|
{% include 'roles/docker-oauth2-proxy/templates/container.yml.j2' %}
|
|
|
|
|
2025-01-26 19:47:01 +01:00
|
|
|
application:
|
2025-02-03 11:44:13 +01:00
|
|
|
image: phpmyadmin/phpmyadmin:{{applications.phpmyadmin.version}}
|
2025-01-26 19:47:01 +01:00
|
|
|
container_name: phpmyadmin
|
2025-02-04 22:37:07 +01:00
|
|
|
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
2025-01-26 19:47:01 +01:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:{{http_port}}:80"
|
|
|
|
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
|
|
|
|
{% include 'templates/docker/container/networks.yml.j2' %}
|
|
|
|
|
|
|
|
{% include 'templates/docker/compose/networks.yml.j2' %}
|