mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-21 17:36:54 +01:00
add volumes for responses
This commit is contained in:
parent
4f55b80dc7
commit
86e7f08dbd
@ -5,3 +5,4 @@ node_modules
|
|||||||
.git
|
.git
|
||||||
db.development.sqlite
|
db.development.sqlite
|
||||||
server/snark_files/response_*
|
server/snark_files/response_*
|
||||||
|
.DS_Store
|
||||||
|
@ -10,6 +10,8 @@ services:
|
|||||||
nginx_proxy_read_timeout: 600s
|
nginx_proxy_read_timeout: 600s
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
env_file: .env.production
|
env_file: .env.production
|
||||||
|
volumes:
|
||||||
|
- app:/app/server/snark_files
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
||||||
@ -23,6 +25,7 @@ services:
|
|||||||
- mysql:/var/lib/mysql
|
- mysql:/var/lib/mysql
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
app:
|
||||||
mysql:
|
mysql:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user