diff --git a/docker-compose.yml b/docker-compose.yml index 4dd8c5a..9d0a5d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: