add automatic restarting of docker containers
This commit is contained in:
parent
03f9e31548
commit
d41e239c5e
@ -12,6 +12,8 @@ services:
|
|||||||
- "3000:5173"
|
- "3000:5173"
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
build: ./backend
|
build: ./backend
|
||||||
@ -21,4 +23,5 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
env_file:
|
env_file:
|
||||||
- ./backend/.env
|
- ./backend/.env
|
||||||
|
restart: always
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user