trying to make starting autimatically work
This commit is contained in:
parent
0c1b9bd52a
commit
f17ccd3094
|
|
@ -105,11 +105,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
restart: always
|
restart: always
|
||||||
#depends_on:
|
depends_on:
|
||||||
#mongo:
|
- restheart
|
||||||
#condition: service_healthy
|
- nginx-proxy
|
||||||
#restheart:
|
|
||||||
#nginx-proxy:
|
|
||||||
#labels:
|
#labels:
|
||||||
# com.github.nginx-proxy.nginx-proxy.keepalive: "64"
|
# com.github.nginx-proxy.nginx-proxy.keepalive: "64"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue