mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Removed Caddy from addon compose file
This commit is contained in:
@@ -127,21 +127,6 @@ services:
|
|||||||
<<: *knightcrawler-app
|
<<: *knightcrawler-app
|
||||||
networks:
|
networks:
|
||||||
- knightcrawler-network
|
- knightcrawler-network
|
||||||
|
|
||||||
# Remove the #'s to activate Caddy for external access. Please note that this action may pose security vulnerabilities and potential damage for which Knightcrawler and its contributors cannot be held responsible.
|
|
||||||
|
|
||||||
# caddy:
|
|
||||||
# image: caddy:latest
|
|
||||||
# restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - "80:80"
|
|
||||||
# - "443:443"
|
|
||||||
# - "443:443/udp"
|
|
||||||
# volumes:
|
|
||||||
# - ./Caddyfile:/etc/caddy/Caddyfile
|
|
||||||
# - ./site:/srv
|
|
||||||
# - caddy_data:/data
|
|
||||||
# - caddy_config:/config
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
knightcrawler-network:
|
knightcrawler-network:
|
||||||
@@ -152,5 +137,3 @@ volumes:
|
|||||||
postgres:
|
postgres:
|
||||||
mongo:
|
mongo:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
caddy_data:
|
|
||||||
caddy_config:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user