Cleanup a few unused containers
This commit is contained in:
@@ -3,6 +3,7 @@ include:
|
|||||||
- ./jellyfin-compose.yaml
|
- ./jellyfin-compose.yaml
|
||||||
- ./immich-compose.yaml
|
- ./immich-compose.yaml
|
||||||
- ./matrix-compose.yaml
|
- ./matrix-compose.yaml
|
||||||
|
- ./authentik.yaml
|
||||||
secrets:
|
secrets:
|
||||||
JWT_SECRET:
|
JWT_SECRET:
|
||||||
file: '/data/authelia/secrets/JWT_SECRET'
|
file: '/data/authelia/secrets/JWT_SECRET'
|
||||||
@@ -94,7 +95,9 @@ services:
|
|||||||
- gitea
|
- gitea
|
||||||
- gpodder
|
- gpodder
|
||||||
- memos
|
- memos
|
||||||
|
- authentik
|
||||||
- matrix-server
|
- matrix-server
|
||||||
|
- jackett
|
||||||
logging: &logging
|
logging: &logging
|
||||||
options:
|
options:
|
||||||
max-size: "50m"
|
max-size: "50m"
|
||||||
@@ -122,44 +125,52 @@ services:
|
|||||||
- './authelia/:/config:ro'
|
- './authelia/:/config:ro'
|
||||||
- '/data/authelia/:/data'
|
- '/data/authelia/:/data'
|
||||||
logging: *logging
|
logging: *logging
|
||||||
minecraft:
|
# minecraft:
|
||||||
image: itzg/minecraft-server:latest
|
# image: itzg/minecraft-server:latest
|
||||||
tty: true
|
# tty: true
|
||||||
stdin_open: true
|
# stdin_open: true
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
ports:
|
# ports:
|
||||||
- "25565:25565"
|
# - "25565:25565"
|
||||||
- "24454:24454/udp"
|
# - "24454:24454/udp"
|
||||||
environment:
|
# environment:
|
||||||
EULA: "TRUE"
|
# EULA: "TRUE"
|
||||||
TYPE: "FABRIC"
|
# TYPE: "FABRIC"
|
||||||
MEMORY: "4G"
|
# MEMORY: "16G"
|
||||||
MOTD: "Loading server..."
|
# PAUSE_WHEN_EMPTY_SECONDS: "20"
|
||||||
# VERSION: "1.21.11"
|
|
||||||
VERSION: "26.1.1"
|
|
||||||
# LEVEL: "world"
|
|
||||||
LEVEL: "house"
|
|
||||||
SEED: "881949285698121329"
|
|
||||||
# USE_MEOWICE_FLAGS: "true"
|
# USE_MEOWICE_FLAGS: "true"
|
||||||
DIFFICULTY: "normal"
|
# USE_MEOWICE_GRAALVM_FLAGS: "true"
|
||||||
MODE: "survival"
|
# # JVM_OPS: "--add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15"
|
||||||
OPS: |-
|
# SYNC_CHUNK_WRITES: "false"
|
||||||
187eca31-2e33-4199-97e0-2286bf35f7f8
|
# SPAWN_PROTECTION: "false"
|
||||||
ENABLE_WHITELIST: "true"
|
# ENABLE_ROLLING_LOGS: "true"
|
||||||
WHITELIST: |-
|
# MOTD: "Loading server..."
|
||||||
187eca31-2e33-4199-97e0-2286bf35f7f8,
|
# # VERSION: "1.21.11"
|
||||||
5d341a01-506c-4473-a530-1ae9188c03c7,
|
# VERSION: "26.1.1"
|
||||||
34586a37-772e-4da4-86a1-6704f286d4c6,
|
# # LEVEL: "world"
|
||||||
1ff2724b-168f-4b17-8cf2-850894b34ead
|
# LEVEL: "house"
|
||||||
PAUSE_WHEN_EMPTY_SECONDS: "20"
|
# SEED: "881949285698121329"
|
||||||
ENABLE_ROLLING_LOGS: "true"
|
# DIFFICULTY: "normal"
|
||||||
REMOVE_OLD_MODS: "TRUE"
|
# MODE: "survival"
|
||||||
logging: *logging
|
# OPS: |-
|
||||||
volumes:
|
# 187eca31-2e33-4199-97e0-2286bf35f7f8
|
||||||
- "/data/minecraft/data:/data"
|
# ENABLE_WHITELIST: "true"
|
||||||
- "/data/minecraft/mods:/mods"
|
# WHITELIST: |-
|
||||||
- "/data/minecraft/plugins:/plugins"
|
# 187eca31-2e33-4199-97e0-2286bf35f7f8,
|
||||||
- "/data/minecraft/config:/config"
|
# 5d341a01-506c-4473-a530-1ae9188c03c7,
|
||||||
|
# 34586a37-772e-4da4-86a1-6704f286d4c6,
|
||||||
|
# 1ff2724b-168f-4b17-8cf2-850894b34ead
|
||||||
|
# REMOVE_OLD_MODS: "TRUE"
|
||||||
|
# logging: *logging
|
||||||
|
# volumes:
|
||||||
|
# # - "/data/minecraft/data:/data"
|
||||||
|
# # - "/data/minecraft/mods:/mods"
|
||||||
|
# # - "/data/minecraft/plugins:/plugins"
|
||||||
|
# # - "/data/minecraft/config:/config"
|
||||||
|
# - "/srv/minecraft/data:/data"
|
||||||
|
# - "/srv/minecraft/mods:/mods"
|
||||||
|
# - "/srv/minecraft/plugins:/plugins"
|
||||||
|
# - "/srv/minecraft/config:/config"
|
||||||
gitea:
|
gitea:
|
||||||
image: docker.gitea.com/gitea:1.24
|
image: docker.gitea.com/gitea:1.24
|
||||||
environment:
|
environment:
|
||||||
@@ -239,41 +250,13 @@ services:
|
|||||||
- POSTFIX_mydestination=loadingm.xyz,loading-hpdl380g10.loadingm.xyz
|
- POSTFIX_mydestination=loadingm.xyz,loading-hpdl380g10.loadingm.xyz
|
||||||
- MASQUERADED_DOMAINS=loadingm.xyz,loading-hpdl380g10.loadingm.xyz
|
- MASQUERADED_DOMAINS=loadingm.xyz,loading-hpdl380g10.loadingm.xyz
|
||||||
- SMTPD_SASL_USERS="a:123,b:123"
|
- SMTPD_SASL_USERS="a:123,b:123"
|
||||||
|
- "POSTFIX_mynetworks=0.0.0.0/0,[::0]/0"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/mail:/etc/opendkim/keys
|
- /data/mail:/etc/opendkim/keys
|
||||||
networks:
|
networks:
|
||||||
- mail
|
- mail
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:25:25
|
- 127.0.0.1:25:25
|
||||||
# mail:
|
|
||||||
# image: ghcr.io/docker-mailserver/docker-mailserver:latest
|
|
||||||
# container_name: mailserver
|
|
||||||
# # Provide the FQDN of your mail server here (Your DNS MX record should point to this value)
|
|
||||||
# hostname: mail.loadingm.xyz
|
|
||||||
# env_file: mailserver.env
|
|
||||||
# # More information about the mail-server ports:
|
|
||||||
# # https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/
|
|
||||||
# ports:
|
|
||||||
# - "25:25" # SMTP (explicit TLS => STARTTLS, Authentication is DISABLED => use port 465/587 instead)
|
|
||||||
# - "143:143" # IMAP4 (explicit TLS => STARTTLS)
|
|
||||||
# - "465:465" # ESMTP (implicit TLS)
|
|
||||||
# - "587:587" # ESMTP (explicit TLS => STARTTLS)
|
|
||||||
# - "993:993" # IMAP4 (implicit TLS)
|
|
||||||
# volumes:
|
|
||||||
# - /data/dms/mail-data/:/var/mail/
|
|
||||||
# - /data/dms/mail-state/:/var/mail-state/
|
|
||||||
# - /data/dms/mail-logs/:/var/log/mail/
|
|
||||||
# - /data/dms/config/:/tmp/docker-mailserver/
|
|
||||||
# - /etc/localtime:/etc/localtime:ro
|
|
||||||
# restart: always
|
|
||||||
# stop_grace_period: 1m
|
|
||||||
# # Uncomment if using `ENABLE_FAIL2BAN=1`:
|
|
||||||
# # cap_add:
|
|
||||||
# # - NET_ADMIN
|
|
||||||
# healthcheck:
|
|
||||||
# test: "ss --listening --ipv4 --tcp | grep --silent ':smtp' || exit 1"
|
|
||||||
# timeout: 3s
|
|
||||||
# retries: 0
|
|
||||||
bitwarden:
|
bitwarden:
|
||||||
# env_file:
|
# env_file:
|
||||||
# - bitwarden.env
|
# - bitwarden.env
|
||||||
|
|||||||
Reference in New Issue
Block a user