Add phpMyAdmin for database management
This commit is contained in:
@@ -59,6 +59,22 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
|
phpmyadmin:
|
||||||
|
image: phpmyadmin:latest
|
||||||
|
container_name: pma-islandpferde
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
PMA_HOST: mariadb
|
||||||
|
PMA_USER: root
|
||||||
|
PMA_PASSWORD: ${DB_ROOT_PASSWORD}
|
||||||
|
UPLOAD_LIMIT: 500M
|
||||||
|
depends_on:
|
||||||
|
- mariadb
|
||||||
|
networks:
|
||||||
|
- internal
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
uploads:
|
uploads:
|
||||||
name: wp_uploads_islandpferde
|
name: wp_uploads_islandpferde
|
||||||
|
|||||||
Reference in New Issue
Block a user