Add tftp server

This commit is contained in:
2025-10-11 09:07:31 -05:00
parent 698f16c819
commit dd34d0ab22

View File

@@ -156,6 +156,7 @@ services:
gpodder:
container_name: gpodder
image: gitea.loadingm.xyz/the10thwiz/gpodder-rs:latest
restart: unless-stopped
environment:
- ROCKET_SECRET_KEY=${GPODDER_SECRET_KEY}
networks:
@@ -163,6 +164,18 @@ services:
volumes:
- /data/gpodder:/data
logging: *logging
tftp:
container_name: tftp
image: kaczmar2/tftp-server
restart: unless-stopped
environment:
- ENABLE_WEB_SERVER=false
network_mode: host
volumes:
- /data/tftp:/srv/tftp:ro
- /etc/localtime:/etc/localtime:ro
logging: *logging
# calibre:
# image: "linuxserver/calibre-web"
# 5d-diplomacy-frontend: