mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
Compare commits
24 Commits
c4aff80566
...
f615d6b147
| Author | SHA1 | Date | |
|---|---|---|---|
| f615d6b147 | |||
| 25148d8769 | |||
| e929defb34 | |||
| 376b66d9a6 | |||
| 18a5022df8 | |||
| e4a1ba7073 | |||
| d98370e9b8 | |||
| cd94c86daf | |||
| 991ef075a2 | |||
| d0d7b14d16 | |||
| 3fce655511 | |||
| 15c7cdb3aa | |||
| 8d7101366b | |||
| cf68eb4c75 | |||
| 80e633cecd | |||
| 3c83de6a35 | |||
| 46401dd288 | |||
| 873ea0efb4 | |||
| 4d0d9c93ca | |||
| 8db02b515e | |||
| f8bb4bbd34 | |||
| c28e3651b1 | |||
| c94109a95e | |||
| 74121897a5 |
3
influxdb/.env
Executable file
3
influxdb/.env
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
APPNAME=influxdb
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
|
RESTART=always
|
||||||
1
influxdb/.env.influxdb2-admin-password
Normal file
1
influxdb/.env.influxdb2-admin-password
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ha
|
||||||
1
influxdb/.env.influxdb2-admin-token
Normal file
1
influxdb/.env.influxdb2-admin-token
Normal file
@@ -0,0 +1 @@
|
|||||||
|
l4c1j4yd33Du5lo
|
||||||
1
influxdb/.env.influxdb2-admin-username
Normal file
1
influxdb/.env.influxdb2-admin-username
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ha
|
||||||
37
influxdb/docker-compose.yml
Executable file
37
influxdb/docker-compose.yml
Executable file
@@ -0,0 +1,37 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
influxdb:
|
||||||
|
ports:
|
||||||
|
- 8087:8086
|
||||||
|
volumes:
|
||||||
|
- /share/docker_data/influxdb2/data:/var/lib/influxdb2
|
||||||
|
- /share/docker_data/influxdb2/config:/etc/influxdb2
|
||||||
|
secrets:
|
||||||
|
- influxdb2-admin-username
|
||||||
|
- influxdb2-admin-password
|
||||||
|
- influxdb2-admin-token
|
||||||
|
environment:
|
||||||
|
- DOCKER_INFLUXDB_INIT_MODE=setup
|
||||||
|
- DOCKER_INFLUXDB_INIT_USERNAME=ha
|
||||||
|
- DOCKER_INFLUXDB_INIT_PASSWORD=haHAhaHA
|
||||||
|
- DOCKER_INFLUXDB_INIT_ORG=ha
|
||||||
|
- DOCKER_INFLUXDB_INIT_BUCKET=ha
|
||||||
|
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN_FILE=/run/secrets/influxdb2-admin-token
|
||||||
|
image: ${DOCKER_REGISTRY:-}influxdb:2
|
||||||
|
restart: ${RESTART:-unless-stopped}
|
||||||
|
healthcheck:
|
||||||
|
test: "echo test > /var/lib/influxdb2/hc || exit 1"
|
||||||
|
interval: 10s
|
||||||
|
timeout: 3s
|
||||||
|
retries: 2
|
||||||
|
labels:
|
||||||
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
wud.watch: true
|
||||||
|
wud.watch.digest: true
|
||||||
|
secrets:
|
||||||
|
influxdb2-admin-username:
|
||||||
|
file: .env.influxdb2-admin-username
|
||||||
|
influxdb2-admin-password:
|
||||||
|
file: .env.influxdb2-admin-password
|
||||||
|
influxdb2-admin-token:
|
||||||
|
file: .env.influxdb2-admin-token
|
||||||
@@ -1 +1,2 @@
|
|||||||
APPNAME=nebula
|
APPNAME=nebula
|
||||||
|
PASSWORD=l4c1j4yd33Du5lo
|
||||||
17
nebula/docker-compose copy.yml
Executable file
17
nebula/docker-compose copy.yml
Executable file
@@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
nebula-sync:
|
||||||
|
image: ghcr.io/lovelaze/nebula-sync:latest
|
||||||
|
container_name: nebula-sync
|
||||||
|
environment:
|
||||||
|
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
|
||||||
|
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo
|
||||||
|
- CLIENT_SKIP_TLS_VERIFICATION=true
|
||||||
|
|
||||||
|
- FULL_SYNC=true
|
||||||
|
- RUN_GRAVITY=true
|
||||||
|
- CRON=0 * * * *
|
||||||
|
labels:
|
||||||
|
|
||||||
|
wud.watch: true
|
||||||
|
wud.watch.digest: true
|
||||||
|
restart: always
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
nebula-sync:
|
nebula-sync:
|
||||||
image: ghcr.io/lovelaze/nebula-sync:latest
|
image: ghcr.io/lovelaze/nebula-sync:latest
|
||||||
container_name: nebula-sync
|
|
||||||
environment:
|
environment:
|
||||||
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
|
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
|
||||||
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo
|
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo
|
||||||
@@ -10,8 +9,3 @@ services:
|
|||||||
- FULL_SYNC=true
|
- FULL_SYNC=true
|
||||||
- RUN_GRAVITY=true
|
- RUN_GRAVITY=true
|
||||||
- CRON=0 * * * *
|
- CRON=0 * * * *
|
||||||
labels:
|
|
||||||
|
|
||||||
wud.watch: true
|
|
||||||
wud.watch.digest: true
|
|
||||||
restart: always
|
|
||||||
3
onlyoffice/.env
Executable file
3
onlyoffice/.env
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
APPNAME=onlyoffice
|
||||||
|
RESTART=always
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
@@ -49,5 +49,5 @@ services:
|
|||||||
homepage.icon: ${APPNAME}.png
|
homepage.icon: ${APPNAME}.png
|
||||||
homepage.name: Paperless
|
homepage.name: Paperless
|
||||||
homepage.server: my-docker
|
homepage.server: my-docker
|
||||||
wud.watch: true
|
wud.watch: "true"
|
||||||
wud.watch.digest: true
|
wud.watch.digest: "true"
|
||||||
@@ -1,23 +1,25 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
# We use a mariadb image which supports both amd64 & arm64 architecture
|
# We use a mariadb image which supports both amd64 & arm64 architecture
|
||||||
image: mariadb:10.6.4-focal
|
image: ${DOCKER_REGISTRY:-}mariadb:10.6.4-focal
|
||||||
# If you really want to use MySQL, uncomment the following line
|
# If you really want to use MySQL, uncomment the following line
|
||||||
#image: mysql:8.0.27
|
#image: mysql:8.0.27
|
||||||
command: '--default-authentication-plugin=mysql_native_password'
|
command: '--default-authentication-plugin=mysql_native_password'
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/mysql
|
- db_data:/var/lib/mysql
|
||||||
restart: always
|
restart: always
|
||||||
|
secrets:
|
||||||
|
- mysql_password
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=somewordpress
|
- MYSQL_ROOT_PASSWORD=somewordpress
|
||||||
- MYSQL_DATABASE=wordpress
|
- MYSQL_DATABASE=wordpress
|
||||||
- MYSQL_USER=wordpress
|
- MYSQL_USER=wordpress
|
||||||
- MYSQL_PASSWORD=wordpress
|
- MYSQL_PASSWORD=/run/secrets/mysql_password
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
- 33060
|
- 33060
|
||||||
wordpress:
|
wordpress:
|
||||||
image: wordpress:latest
|
image: ${DOCKER_REGISTRY:-}wordpress:latest
|
||||||
volumes:
|
volumes:
|
||||||
- wp_data:/var/www/html
|
- wp_data:/var/www/html
|
||||||
ports:
|
ports:
|
||||||
@@ -30,4 +32,7 @@ services:
|
|||||||
- WORDPRESS_DB_NAME=wordpress
|
- WORDPRESS_DB_NAME=wordpress
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
wp_data:
|
wp_data:
|
||||||
|
secrets:
|
||||||
|
mysql_password:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user