Compare commits

..

No commits in common. "72f703b5f93842e70513e949a44f4f8b2f6e8fa6" and "27c9ba29ccd0005ea007b08f41ac17188a918684" have entirely different histories.

3 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,7 @@
[Unit] [Unit]
Description=Reverse proxy Description=Reverse proxy
[Service] [Service]
Restart=on-failure Restart=on-failure
@ -10,9 +11,8 @@ WantedBy=default.target
[Container] [Container]
Image=caddy.build Image=caddy.build
ContainerName=caddy ContainerName=caddy
Network=reverse-proxy.network
HostName=caddy HostName=caddy
PublishPort=80:80 PublishPort=80:80
PublishPort=443:443 PublishPort=443:443
PublishPort=443:443/udp PublishPort=443:443/udp

View file

@ -1 +0,0 @@
[Network]

View file

@ -24,12 +24,16 @@ Network=leantime.network
HostName=leantime HostName=leantime
PublishPort=8080:8080 PublishPort=8080:8080
Volume=leantime-public-userfiles:/var/www/html/public/userfiles Volume=leantime-public_userfiles:/var/www/html/public/userfiles
Volume=leantime-userfiles:/var/www/html/userfiles Volume=leantime-userfiles:/var/www/html/userfiles
Volume=leantime-plugins:/var/www/html/app/Plugins Volume=leantime-plugins:/var/www/html/app/Plugins
Volume=leantime-logs:/var/www/html/storage/logs Volume=leantime-logs:/var/www/html/storage/logs
EnvironmentFile=leantime.env Environment=LEAN_DB_HOST=leantime-mysql
Environment=LEAN_DB_USER=leantime
Environment=LEAN_DB_DATABASE=leantime
Environment=LEAN_DB_PORT='3306'
Environment=LEAN_SITENAME='Leantime'
Secret=leantime-session-password,type=env,target=LEAN_SESSION_PASSWORD Secret=leantime-session-password,type=env,target=LEAN_SESSION_PASSWORD
Secret=leantime-db-password,type=env,target=LEAN_DB_PASSWORD Secret=leantime-db-password,type=env,target=LEAN_DB_PASSWORD