mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Update compose; remove prisma schema
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user