You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
297 B
YAML
14 lines
297 B
YAML
---
|
|
mariadb_portainer_stack_name: mariadb
|
|
mariadb_state: present
|
|
mariadb_image: mariadb
|
|
mariadb_tag: 10.8.3
|
|
mariadb_container_name: mariadb
|
|
mariadb_expose_port: 3306
|
|
mariadb_network: mariadb_net
|
|
|
|
adminer_container_name: adminer
|
|
adminer_image: adminer
|
|
adminer_tag: latest
|
|
adminer_expose_port: 3307
|