add depends on

This commit is contained in:
2021-05-04 19:30:25 +02:00
parent cfe525f274
commit b3886cc6fc
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ services:
app: app:
image: cupcakearmy/cryptgeon:latest image: cupcakearmy/cryptgeon:latest
depends_on:
- memcache
ports: ports:
- 80:5000 - 80:5000
``` ```

View File

@@ -12,5 +12,7 @@ services:
app: app:
build: . build: .
depends_on:
- memcached
ports: ports:
- 80:5000 - 80:5000