tax rate, version and compose (#70)
resolves #67 Co-authored-by: johba <johba@harb.eth> Reviewed-on: https://codeberg.org/johba/harb/pulls/70
This commit is contained in:
parent
d8ca557eb6
commit
6cbb1781ce
40 changed files with 1243 additions and 213 deletions
|
|
@ -45,11 +45,6 @@ services:
|
|||
environment:
|
||||
- ANVIL_RPC=http://anvil:8545
|
||||
- GIT_BRANCH=${GIT_BRANCH:-}
|
||||
depends_on:
|
||||
anvil:
|
||||
condition: service_healthy
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
restart: "no"
|
||||
healthcheck:
|
||||
test: ["CMD", "test", "-f", "/workspace/tmp/podman/contracts.env"]
|
||||
|
|
@ -71,13 +66,6 @@ services:
|
|||
environment:
|
||||
- CHOKIDAR_USEPOLLING=1
|
||||
- GIT_BRANCH=${GIT_BRANCH:-}
|
||||
depends_on:
|
||||
anvil:
|
||||
condition: service_healthy
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
bootstrap:
|
||||
condition: service_completed_successfully
|
||||
expose:
|
||||
- "42069"
|
||||
ports:
|
||||
|
|
@ -104,9 +92,6 @@ services:
|
|||
environment:
|
||||
- CHOKIDAR_USEPOLLING=1
|
||||
- GIT_BRANCH=${GIT_BRANCH:-}
|
||||
depends_on:
|
||||
ponder:
|
||||
condition: service_healthy
|
||||
expose:
|
||||
- "5173"
|
||||
ports:
|
||||
|
|
@ -132,9 +117,6 @@ services:
|
|||
environment:
|
||||
- CHOKIDAR_USEPOLLING=1
|
||||
- GIT_BRANCH=${GIT_BRANCH:-}
|
||||
depends_on:
|
||||
ponder:
|
||||
condition: service_healthy
|
||||
expose:
|
||||
- "5174"
|
||||
restart: unless-stopped
|
||||
|
|
@ -158,9 +140,6 @@ services:
|
|||
working_dir: /workspace
|
||||
environment:
|
||||
- GIT_BRANCH=${GIT_BRANCH:-}
|
||||
depends_on:
|
||||
ponder:
|
||||
condition: service_healthy
|
||||
expose:
|
||||
- "43069"
|
||||
restart: unless-stopped
|
||||
|
|
@ -176,13 +155,6 @@ services:
|
|||
- ./containers/Caddyfile:/etc/caddy/Caddyfile:z
|
||||
ports:
|
||||
- "0.0.0.0:8081:80"
|
||||
depends_on:
|
||||
webapp:
|
||||
condition: service_healthy
|
||||
landing:
|
||||
condition: service_healthy
|
||||
txn-bot:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:80"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue