Compare commits
No commits in common. "0adb1a791cfb5079ff1fde2de0fc6ff7ab04f2f1" and "c57f6720d2ff76e69e4631e59c0b4cb18fea5e54" have entirely different histories.
0adb1a791c
...
c57f6720d2
@ -13,5 +13,4 @@ HOSTNAME_PHOTOS=photos.example.com
|
|||||||
HOSTNAME_GITEA=git.example.com
|
HOSTNAME_GITEA=git.example.com
|
||||||
HOSTNAME_HOMEPAGE=ui.example.com
|
HOSTNAME_HOMEPAGE=ui.example.com
|
||||||
HOSTNAME_SAGE=sage.example.com
|
HOSTNAME_SAGE=sage.example.com
|
||||||
HOSTNAME_AQS=example.com
|
HOSTNAME_AQS=example.com
|
||||||
HOSTNAME_PASSWORDS=passwords.example.com
|
|
25
compose.yml
25
compose.yml
@ -172,27 +172,4 @@ services:
|
|||||||
- "traefik.http.routers.homepage.entrypoints=websecure"
|
- "traefik.http.routers.homepage.entrypoints=websecure"
|
||||||
- "traefik.http.routers.homepage.tls=true"
|
- "traefik.http.routers.homepage.tls=true"
|
||||||
- "traefik.http.routers.homepage.tls.certresolver=myresolver"
|
- "traefik.http.routers.homepage.tls.certresolver=myresolver"
|
||||||
- "traefik.http.services.homepage.loadbalancer.server.port=80"
|
- "traefik.http.services.homepage.loadbalancer.server.port=80"
|
||||||
|
|
||||||
vaultwarden:
|
|
||||||
container_name: vaultwarden
|
|
||||||
image: vaultwarden/server:latest
|
|
||||||
environment:
|
|
||||||
- DOMAIN=https://${HOSTNAME_PASSWORDS}
|
|
||||||
volumes:
|
|
||||||
- ./.volumes/vaultwarden:/data
|
|
||||||
restart: unless-stopped
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 512M
|
|
||||||
cpus: '0.5'
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.vaultwarden.rule=Host(`${HOSTNAME_PASSWORDS}`)"
|
|
||||||
- "traefik.http.routers.vaultwarden.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.vaultwarden.tls=true"
|
|
||||||
- "traefik.http.routers.vaultwarden.tls.certresolver=myresolver"
|
|
||||||
- "traefik.http.services.vaultwarden.loadbalancer.server.port=80"
|
|
@ -85,16 +85,10 @@
|
|||||||
⬇️ Torrents
|
⬇️ Torrents
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="https://$HOSTNAME_PASSWORDS"
|
|
||||||
target="_blank">
|
|
||||||
🔑 Passwords
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://$HOSTNAME_GITEA"
|
<a href="https://$HOSTNAME_GITEA"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
📦 Git
|
📦 Gitea
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -40,7 +40,6 @@ services:
|
|||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=proxy"
|
|
||||||
- "traefik.http.routers.immich.rule=Host(`${HOSTNAME_PHOTOS}`)"
|
- "traefik.http.routers.immich.rule=Host(`${HOSTNAME_PHOTOS}`)"
|
||||||
- "traefik.http.routers.immich.entrypoints=websecure"
|
- "traefik.http.routers.immich.entrypoints=websecure"
|
||||||
- "traefik.http.routers.immich.tls=true"
|
- "traefik.http.routers.immich.tls=true"
|
||||||
|
Loading…
Reference in New Issue
Block a user