add depends on

This commit is contained in:
cupcakearmy 2021-05-04 19:30:25 +02:00
parent cfe525f274
commit b3886cc6fc
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 4 additions and 0 deletions

View File

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

View File

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