|
@@ -17,6 +17,11 @@ services:
|
|
|
- ./conf.d/real_ip.conf:/etc/nginx/conf.d/real_ip.conf:ro
|
|
|
|
|
|
- ./htpasswd:/etc/nginx/htpasswd
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
environment:
|
|
|
- DEFAULT_HOST=jibby.org
|
|
|
restart: always
|
|
@@ -43,32 +48,17 @@ services:
|
|
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
|
|
restart: always
|
|
|
|
|
|
- mariadb:
|
|
|
- image: mariadb
|
|
|
- volumes:
|
|
|
- - ${CONTAINERS_DIR}/mariadb:/var/lib/mysql
|
|
|
- environment:
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- - MYSQL_DATABASE=wordpress
|
|
|
- - MYSQL_USER=${MARIADB_USER}
|
|
|
- - MYSQL_PASSWORD=${MARIADB_PASSWORD}
|
|
|
- - MYSQL_ROOT_PASSWORD=${MARIADB_PASSWORD}
|
|
|
- restart: always
|
|
|
-
|
|
|
- wordpress:
|
|
|
- image: wordpress
|
|
|
- links:
|
|
|
- - mariadb:mysql
|
|
|
- volumes:
|
|
|
- - ${CONTAINERS_DIR}/wordpress:/var/www/html
|
|
|
+ jekyll:
|
|
|
+ build: https://github.com/jibby0/docker-jekyll-webhook.git
|
|
|
environment:
|
|
|
- - WORDPRESS_DB_USER=${MARIADB_USER}
|
|
|
- - WORDPRESS_DB_PASSWORD=${MARIADB_PASSWORD}
|
|
|
+ - TZ=America/New_York
|
|
|
+ - WEBHOOK_SECRET=${WEBHOOK_SECRET}
|
|
|
+ - REPO=https://github.com/jibby0/blog.git
|
|
|
- VIRTUAL_HOST=jibby.org
|
|
|
- - VIRTUAL_PORT=3000
|
|
|
+ - VIRTUAL_PORT=80
|
|
|
restart: always
|
|
|
+ volumes:
|
|
|
+ - ${CONTAINERS_DIR}/jekyll/vendor_cache:/vendor
|
|
|
|
|
|
nextcloud:
|
|
|
image: nextcloud
|
|
@@ -90,6 +80,8 @@ services:
|
|
|
- "3000"
|
|
|
volumes:
|
|
|
- ${CONTAINERS_DIR}/gogs:/data
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
environment:
|
|
@@ -108,16 +100,16 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
- - SYNAPSE_SERVER_NAME=matrix.jibby.org
|
|
|
- - SYNAPSE_REPORT_STATS=no
|
|
|
- - SYNAPSE_NO_TLS=true
|
|
|
- - SYNAPSE_ENABLE_REGISTRATION=no
|
|
|
- - SYNAPSE_LOG_LEVEL=INFO
|
|
|
- - SYNAPSE_REGISTRATION_SHARED_SECRET=${POSTGRES_PASSWORD}
|
|
|
- - POSTGRES_DB=synapse
|
|
|
- - POSTGRES_HOST=postgres
|
|
|
- - POSTGRES_USER=synapse
|
|
|
- - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
- VIRTUAL_HOST=matrix.jibby.org
|
|
|
- VIRTUAL_PROTO=http
|
|
|
- VIRTUAL_PORT=8008
|
|
@@ -145,6 +137,7 @@ services:
|
|
|
volumes:
|
|
|
- ${CONTAINERS_DIR}/selfoss:/selfoss/data
|
|
|
environment:
|
|
|
+ - CRON_PERIOD=5m
|
|
|
- VIRTUAL_HOST=selfoss.jibby.org
|
|
|
- VIRTUAL_PORT=8888
|
|
|
- CERT_NAME=shared
|
|
@@ -162,3 +155,210 @@ services:
|
|
|
- VIRTUAL_PORT=8096
|
|
|
- CERT_NAME=shared
|
|
|
restart: always
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|