Add gitea and twitter

This commit is contained in:
tryashtar
2026-04-27 21:37:23 -06:00
parent a8d18d529e
commit 9c68ac1504
4 changed files with 25 additions and 4 deletions
+9 -4
View File
@@ -1,7 +1,6 @@
services:
caddy:
image: caddy:latest
container_name: trystkelly-caddy
restart: unless-stopped
ports:
- "80:80"
@@ -18,7 +17,6 @@ services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: trystkelly-jellyfin
restart: unless-stopped
volumes:
- "./jellyfin/config:/config"
@@ -29,7 +27,6 @@ services:
copyparty:
image: copyparty/ac:latest
container_name: trystkelly-copyparty
restart: unless-stopped
volumes:
- "./copyparty/config:/cfg"
@@ -41,7 +38,6 @@ services:
pigallery2:
image: bpatrik/pigallery2:latest
container_name: trystkelly-pigallery2
restart: unless-stopped
deploy:
resources:
@@ -58,6 +54,15 @@ services:
networks:
- web-network
gitea:
image: docker.gitea.com/gitea:latest
restart: unless-stopped
volumes:
- ./gitea:/data
- /etc/localtime:/etc/localtime:ro
networks:
- web-network
networks:
web-network:
driver: bridge