Initial dev deployment [infra]
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
container_name: sendico-payments-methods
|
||||
platform: linux/amd64
|
||||
restart: unless-stopped
|
||||
image: ${REGISTRY_URL}/payments/methods:${APP_V}
|
||||
image: ${REGISTRY_URL}/payments/methods:${IMAGE_TAG:-${APP_V}}
|
||||
pull_policy: always
|
||||
environment:
|
||||
PAYMENTS_MONGO_HOST: ${PAYMENTS_MONGO_HOST}
|
||||
|
||||
Reference in New Issue
Block a user