added restart
This commit is contained in:
parent
5a64d262f1
commit
b858888d0b
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
||||||
- mongo
|
- mongo
|
||||||
ports:
|
ports:
|
||||||
- "6789:6789"
|
- "6789:6789"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
# Front-end Vite statico
|
# Front-end Vite statico
|
||||||
frontend:
|
frontend:
|
||||||
|
@ -26,6 +27,7 @@ services:
|
||||||
- backend
|
- backend
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue