Initial commit

This commit is contained in:
2023-02-23 18:13:04 -06:00
commit 43c3e1563f
298 changed files with 18530 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: '3'
networks:
whaticket:
services:
phpmyadmin:
image: phpmyadmin/phpmyadmin:latest
environment:
- PMA_HOSTS=mysql
ports:
- ${PMA_PORT:-9000}:80
networks:
- whaticket