added missing depends_on, corrected indentation
...to match what is in compose file Signed-off-by: Charlie Arehart <charlie@carehart.org>
This commit is contained in:
parent
b3bff950ce
commit
529115a0e7
@ -21,7 +21,9 @@ services:
|
|||||||
frontend:
|
frontend:
|
||||||
build: frontend
|
build: frontend
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
depends_on:
|
||||||
|
- backend
|
||||||
backend:
|
backend:
|
||||||
build: backend
|
build: backend
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user