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