Commit ab8928bb authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update

parent a9ab61e8
Pipeline #753 canceled with stages
...@@ -14,6 +14,7 @@ services: ...@@ -14,6 +14,7 @@ services:
environment: environment:
MYSQL_ROOT_PASSWORD: "XN2UARuys3zy4Oux" MYSQL_ROOT_PASSWORD: "XN2UARuys3zy4Oux"
MYSQL_DATABASE: "agi" MYSQL_DATABASE: "agi"
sync: sync:
image: claim-monitor:latest image: claim-monitor:latest
depends_on: depends_on:
...@@ -22,6 +23,9 @@ services: ...@@ -22,6 +23,9 @@ services:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"
- "/usr/bin/sync -c /config.toml --migrate" - "/usr/bin/sync -c /config.toml --migrate"
restart:
unless-stopped
api: api:
image: claim-monitor:latest image: claim-monitor:latest
ports: ports:
...@@ -33,4 +37,5 @@ services: ...@@ -33,4 +37,5 @@ services:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"
- "/usr/bin/api -c /config.toml" - "/usr/bin/api -c /config.toml"
restart:
unless-stopped
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment