Skip to content

Commit

Permalink
Test without host
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJunxue committed Nov 8, 2023
1 parent 3c7764c commit d6cef87
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docker-compose-sbip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@ services:
- refresh_token_key
command: --root-path /payment # for reverse proxy

host:
build:
context: ./server_host
dockerfile: Dockerfile.host
image: sbipmeca/meca:${BUILD_NUMBER}-host
depends_on:
rabbitmq:
condition: service_healthy
task-executor:
condition: service_started
restart: on-failure
secrets:
- server_host_name
# host:
# build:
# context: ./server_host
# dockerfile: Dockerfile.host
# image: sbipmeca/meca:${BUILD_NUMBER}-host
# depends_on:
# rabbitmq:
# condition: service_healthy
# task-executor:
# condition: service_started
# restart: on-failure
# secrets:
# - server_host_name

# task-executor:
# build:
Expand Down

0 comments on commit d6cef87

Please sign in to comment.