migration symfo
This commit is contained in:
16
compose.yaml
16
compose.yaml
@ -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
|
||||
|
Reference in New Issue
Block a user