mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-09 20:40:18 +00:00
Update deployer.yml
This commit is contained in:
parent
3cb0d9c9cf
commit
d625bdbd0c
@ -182,7 +182,6 @@
|
||||
recreate: on
|
||||
network: host
|
||||
volumes:
|
||||
- "/root/frontend/dist/:/usr/src/app/dist/"
|
||||
- "/root/frontend/.env:/usr/src/app/.env"
|
||||
restart_policy: always
|
||||
command: "npm start"
|
||||
@ -225,7 +224,6 @@
|
||||
recreate: on
|
||||
network: host
|
||||
volumes:
|
||||
- "/root/frontend/dist/:/usr/src/app/dist/:ro"
|
||||
- "/root/backend/uploads:/usr/src/app/uploads"
|
||||
- "/root/backend/.env:/usr/src/app/.env:ro"
|
||||
restart_policy: always
|
||||
|
Loading…
Reference in New Issue
Block a user