mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-10-21 13:08:35 +03:00
feat(ptreodactyl): new egg (#515)
* Leave exposing ports to the compose/run setup * Add pterodactyl egg and adjust the start script for working in ro overlay2 setups * Update egg-discord-tickets-bot.json
This commit is contained in:
@@ -24,11 +24,9 @@ ENV USER=container \
|
||||
HOME=/home/container \
|
||||
NODE_ENV=production \
|
||||
HTTP_HOST=0.0.0.0 \
|
||||
HTTP_PORT=80 \
|
||||
DOCKER=true
|
||||
WORKDIR /home/container
|
||||
COPY --from=builder --chown=container:container --chmod=777 /build /app
|
||||
EXPOSE ${HTTP_PORT}/tcp
|
||||
ENTRYPOINT [ "/app/scripts/start.sh" ]
|
||||
HEALTHCHECK --interval=15s --timeout=5s --start-period=60s \
|
||||
CMD curl -f http://localhost:${HTTP_PORT}/status || exit 1
|
||||
|
Reference in New Issue
Block a user