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
|
||||
ports:
|
||||
- "6789:6789"
|
||||
restart: unless-stopped
|
||||
|
||||
# Front-end Vite statico
|
||||
frontend:
|
||||
|
@ -26,6 +27,7 @@ services:
|
|||
- backend
|
||||
ports:
|
||||
- "80:80"
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue