Compare commits

..

No commits in common. "b97c746fd2b4f3b1971002cc9df3a241d82a635f" and "c90d90e2a347e5eae61d46f1628b3dd3bd5984df" have entirely different histories.

6 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/postgres:17
Image=docker.io/library/postgres:16
AutoUpdate=registry
Network=collective-score-rust.network
Volume=%h/volumes/collective-score-rust/db:/var/lib/postgresql/data:Z

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/postgres:17
Image=docker.io/library/postgres:16
AutoUpdate=registry
Network=oxitraffic-alonely0.network
Volume=%h/volumes/oxitraffic-alonely0/db:/var/lib/postgresql/data:Z

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/postgres:17
Image=docker.io/library/postgres:16
AutoUpdate=registry
Network=oxitraffic-corrode-dev.network
Volume=%h/volumes/oxitraffic-corrode-dev/db:/var/lib/postgresql/data:Z

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/postgres:17
Image=docker.io/library/postgres:16
AutoUpdate=registry
Network=oxitraffic.network
Volume=%h/volumes/oxitraffic/db:/var/lib/postgresql/data:Z

View file

@ -5,6 +5,7 @@ Network=traefik.network
PublishPort=8000:80
PublishPort=4430:443
Volume=%h/sync/volumes/traefik:/etc/traefik:Z,ro
Volume=%h/volumes/traefik/logs:/volumes/logs:Z
Volume=%h/volumes/traefik/certs:/volumes/certs:Z
[Service]

View file

@ -3,6 +3,10 @@ global:
checkNewVersion: false
sendAnonymousUsage: true
log:
filePath: /volumes/logs/traefik.log
level: ERROR
entryPoints:
web:
address: :80
@ -25,6 +29,7 @@ certificatesResolvers:
tlsChallenge: {}
accessLog:
filePath: /volumes/logs/access.log
bufferingSize: 128
providers: