mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 00:06:28 +00:00
add depends on
This commit is contained in:
parent
cfe525f274
commit
b3886cc6fc
@ -45,6 +45,8 @@ services:
|
||||
|
||||
app:
|
||||
image: cupcakearmy/cryptgeon:latest
|
||||
depends_on:
|
||||
- memcache
|
||||
ports:
|
||||
- 80:5000
|
||||
```
|
||||
|
@ -12,5 +12,7 @@ services:
|
||||
|
||||
app:
|
||||
build: .
|
||||
depends_on:
|
||||
- memcached
|
||||
ports:
|
||||
- 80:5000
|
||||
|
Loading…
Reference in New Issue
Block a user