Skip to content
Snippets Groups Projects
Commit 97db77d6 authored by schnarkus's avatar schnarkus
Browse files

build again

parent c6a52c65
No related branches found
No related tags found
No related merge requests found
Pipeline #68923 passed
...@@ -7,13 +7,9 @@ COPY artifact.bin /artifact.bin ...@@ -7,13 +7,9 @@ COPY artifact.bin /artifact.bin
# Set more environment variables for the web service # Set more environment variables for the web service
ENV VERSION=1.0.0 ENV VERSION=1.0.0
ENV FONT_COLOR=blue ENV FONT_COLOR=blue
ENV LOG_LEVE=error
ENV ENV_NAME=development
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0
ENV PORT=8080 ENV PORT=8080
ENV DB_HOST=redis_container ENV DB_HOST=localhost
ENV DB_PORT=6379
ENV DB_NAME=0
EXPOSE 8080 EXPOSE 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment