Skip to content

Commit

Permalink
Replace nginx by caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigri44 committed Apr 16, 2024
1 parent 8061475 commit f5a3eb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM caddy:2.6.4-alpine
FROM caddy:2.7.6-alpine

COPY . /usr/share/caddy/
COPY *.html /usr/share/caddy/
COPY assets /usr/share/caddy/assets
COPY images /usr/share/caddy/images

WORKDIR /usr/share/caddy
4 changes: 2 additions & 2 deletions docker-compose.preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
web:
image: registry.realt.community/stats-realt:${DOCKER_BRANCH}
container_name: ${DOCKER_BRANCH}-stats
ports:
- "8082:80"
# ports:
# - "8082:80"
networks:
- traefik-realt
labels:
Expand Down

0 comments on commit f5a3eb2

Please sign in to comment.