Update compose; remove prisma schema

This commit is contained in:
2025-04-21 11:28:32 -07:00
parent e2bf036919
commit b40134833b
3 changed files with 12 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
services:
caddy:
container_name: proxy
container_name: caddy
image: caddy:latest
ports:
- 80:80
@@ -10,11 +10,19 @@ services:
networks:
- proxy_network
depends_on:
- release.timmypidashev.dev
- timmypidashev.dev
watchtower:
container_name: updates
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- $HOME/.docker/config.json:/config.json
command: --interval 120 --cleanup --label-enable
release.timmypidashev.dev:
timmypidashev.dev:
container_name: timmypidashev
image: ghcr.io/timmypidashev/timmypidashev.dev:release
image: ghcr.io/timmypidashev/timmypidashev.dev:latest
networks:
- proxy_network