https off

This commit is contained in:
din9xtr
2026-01-14 21:46:42 +00:00
parent a21a62c483
commit f99092bee8
2 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
{
auto_https off
}
:80 { :80 {
root * /var/www/public root * /var/www/public
php_server { php_server {

View File

@@ -11,17 +11,17 @@ services:
- .:/var/www - .:/var/www
- ./db:/var/db - ./db:/var/db
- ./php/php.ini:/usr/local/etc/php/conf.d/uploads.ini - ./php/php.ini:/usr/local/etc/php/conf.d/uploads.ini
- ./Caddyfile:/etc/frankenphp/Caddyfile - ./Caddyfile:/etc/frankenphp/Caddyfile
- caddy_data:/data # - caddy_data:/data
- caddy_config:/config # - caddy_config:/config
env_file: env_file:
- .env - .env
tty: false tty: false
healthcheck: healthcheck:
test: [ "CMD", "curl", "-kf", "https://localhost/" ] test: [ "CMD", "curl", "-kf", "http://localhost/" ]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
volumes: #volumes:
caddy_data: # caddy_data:
caddy_config: # caddy_config: