Add to git

main
Your Name 2022-08-09 09:53:31 +00:00
parent 6a60656a7f
commit 79b4f0ca99
1 changed files with 22 additions and 6 deletions

View File

@ -3,7 +3,7 @@ version: '3.6'
#
# INTERNAL NETWORKS
#
#
networks:
nextcloud_network:
name: nextcloud_network
@ -11,6 +11,10 @@ networks:
name: ha_network
services:
#
# CERTIFICATE RENEWAL
#
certbot:
image: certbot/certbot:latest
@ -22,7 +26,7 @@ services:
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
#
# HOMESERVER SERVICES
# MOVIE AND SERIES MANAGEMENT
#
transmission:
@ -96,6 +100,10 @@ services:
ports:
- 8989:8989
#
# SELFHOSTED GIT
#
gitea:
image: gitea/gitea:latest
container_name: gitea
@ -110,6 +118,10 @@ services:
ports:
- 3080:3000
#
# SELFHOSTED CLOUD
#
nextcloud:
image: nextcloud:latest
container_name: nextcloud
@ -142,6 +154,10 @@ services:
networks:
- nextcloud_network
#
# SELFHOSTED PHOTOS
#
photoprism: # https://docs.photoprism.app/getting-started/docker-compose/#command-line-interface
image: photoprism/photoprism:latest
restart: unless-stopped
@ -181,10 +197,10 @@ services:
- "${DOCKER_DATA_DIR}/photoprism:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE)
ports:
- 2080:2342
#
# IOT MANAGEMENT & DASHBOARD (todo)
#
#
# MQTT, IOT DATABASE AND HOMEASSISTANT
#
mqtt:
image: eclipse-mosquitto:latest
@ -232,7 +248,7 @@ services:
- ha_network
#
# OTHER SERVICES
# AUTISM APPLICATION
#
autism_app: