mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
14 lines
503 B
Django/Jinja
14 lines
503 B
Django/Jinja
services:
|
|
|
|
{% include 'roles/docker-oauth2-proxy/templates/container.yml.j2' %}
|
|
|
|
application:
|
|
image: phpmyadmin/phpmyadmin:{{applications.phpmyadmin.version}}
|
|
container_name: phpmyadmin
|
|
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
|
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' %} |