mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
f3f0be5c56
Change directory layout in service containers GitOrigin-RevId: 09ff19db2a123cbf7691d51e9ce9be6eee264287
9 lines
546 B
Text
9 lines
546 B
Text
filestore
|
|
--data-dirs=uploads,user_files,template_files
|
|
--dependencies=s3,gcs
|
|
--docker-repos=gcr.io/overleaf-ops
|
|
--env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files,GCS_USER_FILES_BUCKET_NAME=fake_userfiles,GCS_TEMPLATE_FILES_BUCKET_NAME=fake_templatefiles,GCS_PUBLIC_FILES_BUCKET_NAME=fake_publicfiles
|
|
--env-pass-through=
|
|
--node-version=14.18.1
|
|
--public-repo=True
|
|
--script-version=4.0.0
|