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

update

parent a9ab61e8
Pipeline #753 canceled with stages
......@@ -14,6 +14,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: "XN2UARuys3zy4Oux"
MYSQL_DATABASE: "agi"
sync:
image: claim-monitor:latest
depends_on:
......@@ -22,6 +23,9 @@ services:
- "/bin/sh"
- "-c"
- "/usr/bin/sync -c /config.toml --migrate"
restart:
unless-stopped
api:
image: claim-monitor:latest
ports:
......@@ -33,4 +37,5 @@ services:
- "/bin/sh"
- "-c"
- "/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