Update Caddy and Makefile

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-09-08 13:55:28 +02:00
parent 35e54a598c
commit 1b9c6ad1ad
3 changed files with 24 additions and 20 deletions
@@ -3,7 +3,7 @@ www.bensuperpc.org {
}
bensuperpc.org {
redir https://www.bensuperpc.org permanent
redir https://www.{host}{uri} permanent
}
homepage.bensuperpc.org {
@@ -12,7 +12,7 @@ services:
- ./syncthing/env/syncthing.env
volumes:
- syncthing_config:/config
- syncthing_data:/data1
- public_data:/data1
networks:
- infra-network
security_opt:
@@ -21,5 +21,5 @@ services:
volumes:
syncthing_config:
name: syncthing_config
syncthing_data:
name: syncthing_data
public_data:
name: public_data