🏗️」 wip: going to caddy webserv leak too much

This commit is contained in:
2025-05-07 11:35:17 +02:00
parent f5300f2c6a
commit e6cf805eb3
2 changed files with 7 additions and 6 deletions

View File

@ -4,10 +4,10 @@ services:
build: build:
context: . context: .
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
networks: # networks:
- traefik-back # - traefik-back
# ports: ports:
# - 80:80 - 80:80
restart: unless-stopped restart: unless-stopped
labels: labels:
- traefik.enable=true - traefik.enable=true

View File

@ -1,3 +1,4 @@
FROM keyzox/webserv FROM caddy:latest
COPY src /var/www/html COPY src /usr/share/caddy
#COPY Caddyfile /etc/caddy/Caddyfile