migration symfo

This commit is contained in:
2025-09-04 19:30:58 +02:00
parent efea97228b
commit 48781d086e
20 changed files with 515 additions and 65 deletions

View File

@ -34,6 +34,22 @@ services:
- ./vendor:/app/vendor:delegated
- ./public/bundles:/app/public/bundles:delegated
etherpad:
image: etherpad/etherpad:latest
container_name: etherpad
restart: unless-stopped
environment:
- ADMIN_PASSWORD=changeme
- TITLE=Mon Etherpad
- DEFAULT_PAD_TEXT=Bienvenue dans Etherpad!
- API_KEY=changeme
- AUTHENTICATION_METHOD=apikey
ports:
- "9001:9001"
volumes:
- ./volume/etherpad/data:/opt/etherpad-lite/var
- ./volume/etherpad/settings:/opt/etherpad-lite/settings
- ./volume/etherpad/apikey/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
adminer:
image: adminer