Misc changes

This commit is contained in:
whitney 2024-02-27 16:49:54 -08:00
parent f572633dbd
commit ea142d395c
3 changed files with 6 additions and 18 deletions

View File

@ -6,7 +6,7 @@ networks:
services:
app:
image: monica
image: monica:latest
depends_on:
- db
ports:

2
nordvpn/.gitignore vendored
View File

@ -1 +1,3 @@
docker-compose.yml
plugins/

View File

@ -11,26 +11,12 @@ services:
networks:
- traefik-network
ports:
- 80:80
- 8080:8080
- 443:443
- "80:80"
- "8080:8080"
- "443:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik.toml:/etc/traefik/traefik.toml
- ./traefik-dynamic.toml:/etc/traefik/dynamic/traefik-dynamic.toml
- ./acme.json:/etc/acme.json
whoami:
image: traefik/whoami
container_name: whoami_traefik
networks:
- traefik-network
labels:
- traefik.http.routers.whoami.rule=Host(`whoami.whitney.rip`)
- traefik.http.routers.whoami.tls=true
- traefik.http.routers.whoami.tls.certresolver=lets-encrypt
- traefik.http.services.whoami.loadbalancer.server.port=80
- traefik.port=80
depends_on:
- traefik