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
|
||||
db.development.sqlite
|
||||
server/snark_files/response_*
|
||||
.DS_Store
|
||||
|
@ -10,6 +10,8 @@ services:
|
||||
nginx_proxy_read_timeout: 600s
|
||||
MYSQL_HOST: mysql
|
||||
env_file: .env.production
|
||||
volumes:
|
||||
- app:/app/server/snark_files
|
||||
depends_on:
|
||||
- mysql
|
||||
|
||||
@ -23,6 +25,7 @@ services:
|
||||
- mysql:/var/lib/mysql
|
||||
|
||||
volumes:
|
||||
app:
|
||||
mysql:
|
||||
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user