Fix startup issues

This commit is contained in:
2025-11-22 23:37:51 -06:00
parent dd34d0ab22
commit d6f05752a6
3 changed files with 12 additions and 27 deletions

View File

@@ -34,7 +34,6 @@ networks:
external: false
services:
web:
container_name: nginx
image: "nginx"
restart: unless-stopped
ports:
@@ -71,13 +70,11 @@ services:
# target: /usr/local/share/fonts/custom
# read_only: true
certbot:
container_name: certbot
image: certbot/certbot:latest
volumes:
- /data/certbot/www/:/var/www/certbot/:rw
- /data/certbot/conf/:/etc/letsencrypt/:rw
authelia:
container_name: 'authelia'
image: 'docker.io/authelia/authelia:latest'
restart: 'unless-stopped'
secrets: ['JWT_SECRET', 'SESSION_SECRET', 'STORAGE_PASSWORD', 'STORAGE_ENCRYPTION_KEY']
@@ -91,7 +88,6 @@ services:
- './authelia/:/config'
logging: *logging
minecraft:
container_name: minecraft
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
@@ -121,7 +117,6 @@ services:
- "/data/mincraft/plugins:/plugins"
- "/data/mincraft/config:/config"
gitea:
container_name: gitea
image: docker.gitea.com/gitea:1.24
environment:
- USER_UID=1000
@@ -137,7 +132,6 @@ services:
- "222:22"
logging: *logging
gitea-runner:
container_name: gitea-runner
image: docker.gitea.com/act_runner:latest
restart: unless-stopped
networks:
@@ -154,7 +148,6 @@ services:
depends_on:
- gitea
gpodder:
container_name: gpodder
image: gitea.loadingm.xyz/the10thwiz/gpodder-rs:latest
restart: unless-stopped
environment:
@@ -165,7 +158,6 @@ services:
- /data/gpodder:/data
logging: *logging
tftp:
container_name: tftp
image: kaczmar2/tftp-server
restart: unless-stopped
environment: