mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-09-11 19:53:42 +02:00
Update Caddy and Makefile
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user