generated from autonomic-cooperative/astro-payload-template
Persist uploaded files whoops
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5304c854af
commit
8d75826d77
@ -39,6 +39,8 @@ services:
|
|||||||
- mongo_password
|
- mongo_password
|
||||||
- payload_secret
|
- payload_secret
|
||||||
- token
|
- token
|
||||||
|
volumes:
|
||||||
|
- payload_uploads:/media
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
@ -88,6 +90,7 @@ secrets:
|
|||||||
volumes:
|
volumes:
|
||||||
mongo:
|
mongo:
|
||||||
html_content:
|
html_content:
|
||||||
|
payload_uploads:
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
nginx_conf:
|
nginx_conf:
|
||||||
|
Loading…
Reference in New Issue
Block a user