Compare commits
3 Commits
v1.2.42076
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62ce86f1c4 | ||
|
|
ce7aecf8be | ||
|
|
f64936e0f3 |
@@ -28,8 +28,8 @@ ARG CONFIG_FILE_PATH
|
|||||||
|
|
||||||
RUN apk add --no-cache ca-certificates tzdata
|
RUN apk add --no-cache ca-certificates tzdata
|
||||||
|
|
||||||
COPY --from=certs /YandexInternalRootCA.crt /root/.redis/YandexInternalRootCA.crt
|
COPY --from=certs /YandexInternalRootCA.crt /etc/.redis/YandexInternalRootCA.crt
|
||||||
COPY --from=certs /YandexInternalRootCA.crt /root/.postgres/YandexInternalRootCA.crt
|
COPY --from=certs /YandexInternalRootCA.crt /etc/.postgres/YandexInternalRootCA.crt
|
||||||
COPY ${CONFIG_FILE_PATH} /config.yaml
|
COPY ${CONFIG_FILE_PATH} /config.yaml
|
||||||
|
|
||||||
COPY --from=builder /app/main /main
|
COPY --from=builder /app/main /main
|
||||||
|
|||||||
@@ -4,9 +4,8 @@ services:
|
|||||||
molva-api-gateway:
|
molva-api-gateway:
|
||||||
image: molvaapp/test_deploy:${VERSION}
|
image: molvaapp/test_deploy:${VERSION}
|
||||||
ports:
|
ports:
|
||||||
- target: 8000
|
- "8001:8000"
|
||||||
published: 8001
|
- "[::]:8001:8000"
|
||||||
protocol: tcp
|
|
||||||
environment:
|
environment:
|
||||||
APP_VERSION: ${APP_VERSION}
|
APP_VERSION: ${APP_VERSION}
|
||||||
APP_COMMIT: ${APP_COMMIT}
|
APP_COMMIT: ${APP_COMMIT}
|
||||||
|
|||||||
Reference in New Issue
Block a user