feat: docx for act generating

This commit is contained in:
skeris 2024-05-15 20:56:29 +03:00
parent 4174fa2cb3
commit f98c9b1fc8
2 changed files with 2 additions and 1 deletions

@ -29,6 +29,7 @@ RUN apk --no-cache add ca-certificates
WORKDIR /app WORKDIR /app
# Copy build file # Copy build file
COPY --from=build /app/bin/app ./app COPY --from=build /app/bin/app ./app
COPY ./report.docx ./report.docx
# Install migrate tool # Install migrate tool
COPY --from=build /bin/golang-migrate /usr/local/bin COPY --from=build /bin/golang-migrate /usr/local/bin
# CMD # CMD

@ -30,7 +30,7 @@ services:
- DISCOUNT_MICROSERVICE_GRPC_HOST=10.8.0.6:9001 - DISCOUNT_MICROSERVICE_GRPC_HOST=10.8.0.6:9001
- PAYMENT_MICROSERVICE_GRPC_HOST=10.8.0.6:9085 - PAYMENT_MICROSERVICE_GRPC_HOST=10.8.0.6:9085
- VERIFICATION_MICROSERVICE_USER_URL=http://10.8.0.6:7035/verification - VERIFICATION_MICROSERVICE_USER_URL=http://10.8.0.6:7035/verification
- TEMPLATEGEN_MICROSERVICE_URL=10.6.0.17 - TEMPLATEGEN_MICROSERVICE_URL=http://10.6.0.17
- API_URL=https://api.smtp.bz/v1/smtp/send - API_URL=https://api.smtp.bz/v1/smtp/send
- CODEWORD_MICROSERVICE_GRPC_HOST=10.8.0.6:59665 - CODEWORD_MICROSERVICE_GRPC_HOST=10.8.0.6:59665
- MAIL_SENDER=noreply@mailing.pena.digital - MAIL_SENDER=noreply@mailing.pena.digital