mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
converting projects to portainer ready
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Adminer
|
||||
|
||||
Work in Progress, dockerhub says unmaintained.
|
||||
Db gui
|
||||
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
|
||||
adminer:
|
||||
image: adminer:latest
|
||||
container_name: adminer
|
||||
environment:
|
||||
ADMINER_DEFAULT_SERVER: ${ADMINER_DEFAULT_SERVER:-mariadb}
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
read_only: true
|
||||
tmpfs:
|
||||
- /var/lib/php:rw,noexec,nosuid,size=64M
|
||||
@@ -0,0 +1,6 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data/ #HELP: volpath
|
||||
TZ="America/Vancouver"
|
||||
|
||||
# ADMINER
|
||||
ADMINER_DEFAULT_SERVER=mariadb
|
||||
Reference in New Issue
Block a user