This commit is contained in:
Samantha Atkins 2026-04-01 23:03:00 -04:00
parent 689ffca95c
commit a9876bf5b5
9 changed files with 17 additions and 17 deletions

View file

@ -20,8 +20,8 @@ services:
AUTHENTIK_POSTGRESQL__USER: authentik_user AUTHENTIK_POSTGRESQL__USER: authentik_user
AUTHENTIK_POSTGRESQL__PASSWORD: ${AUTHENTIK_DB_PASSWORD} AUTHENTIK_POSTGRESQL__PASSWORD: ${AUTHENTIK_DB_PASSWORD}
ports: ports:
- 9000: 9000 - "9000:9000"
- 9443: 9443 - "9443:9443"
volumes: volumes:
- authentik_media:/media - authentik_media:/media
- authentik_templates:/templates - authentik_templates:/templates

View file

@ -20,7 +20,7 @@ services:
FORGEJO__database__PASSWD: ${FORGEJO_DB_PASSWORD} FORGEJO__database__PASSWD: ${FORGEJO_DB_PASSWORD}
FORGEJO__server__HTTP_PORT: 3000 FORGEJO__server__HTTP_PORT: 3000
ports: ports:
- 3000:3000 - "3000:3000"
volumes: volumes:
- forgejo_data:/data - forgejo_data:/data

View file

@ -19,7 +19,7 @@ services:
database__connection__database: ghost1_db database__connection__database: ghost1_db
url: ${GHOST1_URL:-http://localhost:2368} url: ${GHOST1_URL:-http://localhost:2368}
ports: ports:
- 2368: 2368 - "2368:2368"
volumes: volumes:
- ghost1_data:/var/lib/ghost/content - ghost1_data:/var/lib/ghost/content
@ -35,7 +35,7 @@ services:
url: ${GHOST2_URL:-http://localhost:2369} url: ${GHOST2_URL:-http://localhost:2369}
server__port: 2369 server__port: 2369
ports: ports:
- 2368: 2369 - "2368:2369"
volumes: volumes:
- ghost2_data:/var/lib/ghost/content - ghost2_data:/var/lib/ghost/content
@ -51,7 +51,7 @@ services:
url: ${GHOST3_URL:-http://localhost:2370} url: ${GHOST3_URL:-http://localhost:2370}
server__port: 2370 server__port: 2370
ports: ports:
- 2370: 2370 - "2370:2370"
volumes: volumes:
- ghost3_data:/var/lib/ghost/content - ghost3_data:/var/lib/ghost/content

View file

@ -11,7 +11,7 @@ services:
environment: environment:
MYSQL_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD} MYSQL_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD}
ports: ports:
- 3306: 3306 - "3306:3306"
volumes: volumes:
- mariadb_data:/var/lib/mysql - mariadb_data:/var/lib/mysql

View file

@ -16,7 +16,7 @@ services:
DB_POSTGRESDB_USER: n8n_user DB_POSTGRESDB_USER: n8n_user
DB_POSTGRESDB_PASSWORD: ${N8N_DB_PASSWORD} DB_POSTGRESDB_PASSWORD: ${N8N_DB_PASSWORD}
ports: ports:
- 5678: 5678 - "5678:5678"
volumes: volumes:
- n8n_data:/home/node/.n8n - n8n_data:/home/node/.n8n

View file

@ -13,9 +13,9 @@ services:
command: command:
- -c=/etc/nats/nats.conf - -c=/etc/nats/nats.conf
ports: ports:
- 4222: 4222 - "4222:4222"
- 8080: 8080 - "8080:8080"
- 8222: 8223 - "8222:8223"
volumes: volumes:
- nats_data:/data - nats_data:/data
configs: configs:

View file

@ -17,7 +17,7 @@ services:
image: snikket/snikket-server:latest image: snikket/snikket-server:latest
command: web command: web
ports: ports:
- 80: 80 - "80:80"
volumes: volumes:
- snikket_data:/snikket - snikket_data:/snikket
@ -25,9 +25,9 @@ services:
image: snikket/snikket-server:latest image: snikket/snikket-server:latest
command: server command: server
ports: ports:
- 5222: 5222 - "5222:5222"
- 5269: 5269 - "5269:5269"
- 5000: 5000 - "5000:5000"
volumes: volumes:
- snikket_data:/snikket - snikket_data:/snikket

View file

@ -22,7 +22,7 @@ services:
synapse: synapse:
image: matrixdotorg/synapse:latest image: matrixdotorg/synapse:latest
environment: environment:
SYNAPSE_SERVER_NAME: pve-social SYNAPSE_SERVER_NAME: "matrix.the-fulfillment.org"
SYNAPSE_REPORT_STATS: "no" SYNAPSE_REPORT_STATS: "no"
ports: ports:
- 8008: 8008 - 8008: 8008

View file

@ -18,7 +18,7 @@ services:
ROCKET_PORT: 8222 ROCKET_PORT: 8222
ADMIN_TOKEN: ${VAULT_ADMIN_TOKEN} ADMIN_TOKEN: ${VAULT_ADMIN_TOKEN}
ports: ports:
- 8222: 8222 - "8222:8222"
volumes: volumes:
- vaultwarden_data:/data - vaultwarden_data:/data