mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-01 07:10:39 +00:00
add depends on
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user