First commit - DAMP stack with Prestashop 8 packed - Wp not completed yet

This commit is contained in:
2024-02-22 14:42:48 +01:00
parent a67618887e
commit d818ef7dc4
29 changed files with 3810 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
version: "3.7"
services:
pma:
image: arm64v8/phpmyadmin
container_name: ${PROJECT}.pma.${ENV}
networks:
- skeleton-docker.network
env_file: conf/.env/pma.env
ports:
- "8080:80"
restart: unless-stopped