reorganized folder structure

This commit is contained in:
2026-03-25 12:28:35 -04:00
parent 0d4833f940
commit 1f0f0fd8fe
1426 changed files with 348 additions and 9678 deletions

View File

@@ -0,0 +1,23 @@
version: '3.1'
services:
wordpress:
image: wordpress
restart: always
ports:
- 8081:81
volumes:
- wordpress:/var/www/html
env_file: "fishere.env"
db:
image: mysql:8.0
restart: always
volumes:
- db:/var/lib/mysql
env_file: "fishere.env"
volumes:
wordpress:
db: