expose port

This commit is contained in:
yyasha 2024-01-31 11:08:51 +03:00
parent 8ccf51f963
commit 4eeadd3397
2 changed files with 3 additions and 1 deletions

View File

@ -26,4 +26,6 @@ RUN echo "./cmd/migrator/main --migrations-path migrations" >> start.sh
RUN echo "./cmd/recipes/main" >> start.sh
RUN chmod +x start.sh
EXPOSE 80
CMD ["./start.sh"]

View File

@ -1,7 +1,7 @@
env: "dev" # local / dev / prod
http-server:
address: "0.0.0.0:4444"
address: "0.0.0.0:80"
timeout: 4s
idle_timeout: 60s