Fix composer

This commit is contained in:
Thomas Peterson 2023-12-29 12:32:51 +00:00
parent 23c713593f
commit 676d594174

View File

@ -48,11 +48,11 @@ services:
- mongodb
- mysql
environment:
- ftpUsername=medienzentrumguenzburg
- ftpPassword=tQ6Hd5YM
- ftpHost=157.90.173.155
- ftpUsername=benutzername
- ftpPassword=123456
- ftpHost=x.x.x.x
- ftpPort=20000
- ftpIp=157.90.173.155
- ftpIp=x.x.x.x
- SYMFONY_DECRYPTION_SECRET=ZfzbggHk012ImxwsovgF0iLkJf7pUJlMJ+uBLNTHFxbwz0iwe7STUJhAyULlDSv9unBVXfPW3DFf/VuVw6vPCQ==%
volumes:
- templates:/data/www/old/application/design
@ -81,11 +81,11 @@ services:
web:
image: registry.gitlab.com/printshopcreator/docker/docker_web:php7_tp
environment:
- VIRTUAL_HOST=onlinedruckbayern.dockserver.de
- VIRTUAL_HOST=subdomain.domain.de
- VIRTUAL_PORT=80
- VIRTUAL_NETWORK=nginx-proxy
- LETSENCRYPT_HOST=onlinedruckbayern.dockserver.de
- LETSENCRYPT_EMAIL=info@medienzentrum-gz.de
- LETSENCRYPT_HOST=subdomain.domain.de
- LETSENCRYPT_EMAIL=info@domain.de
depends_on:
- mongodb
- mysql
@ -115,16 +115,16 @@ services:
image: atmoz/sftp
ports:
- "20000:22"
command: ["/entrypoint", "medienzentrumguenzburg:tQ6Hd5YM:::upload"]
command: ["/entrypoint", "benutzername:123456:::upload"]
volumes:
- templates:/home/medienzentrumguenzburg/upload/templates
- uploads:/home/medienzentrumguenzburg/upload/uploads
- packages:/home/medienzentrumguenzburg/upload/packages
- shops:/home/medienzentrumguenzburg/upload/shops
- styles:/home/medienzentrumguenzburg/upload/styles
- temp:/home/medienzentrumguenzburg/upload/temp
- market:/home/medienzentrumguenzburg/upload/market
- plugins:/home/medienzentrumguenzburg/upload/plugins
- templates:/home/benutzername/upload/templates
- uploads:/home/benutzername/upload/uploads
- packages:/home/benutzername/upload/packages
- shops:/home/benutzername/upload/shops
- styles:/home/benutzername/upload/styles
- temp:/home/benutzername/upload/temp
- market:/home/benutzername/upload/market
- plugins:/home/benutzername/upload/plugins
networks:
- common
volumes: