Compare commits
No commits in common. "e7d78d0f25700033027ef880c219ccfd3d24b3e9" and "339cc5618051cc9b2b386edab87f30992b2e5660" have entirely different histories.
e7d78d0f25
...
339cc56180
@ -20,10 +20,29 @@
|
|||||||
# 8019: pictrs
|
# 8019: pictrs
|
||||||
# 8020: iframely
|
# 8020: iframely
|
||||||
# 8021: adminer
|
# 8021: adminer
|
||||||
# 8022: webchat
|
|
||||||
|
|
||||||
version: '2.4'
|
version: '2.4'
|
||||||
services:
|
services:
|
||||||
|
# matrix
|
||||||
|
matrix:
|
||||||
|
image: matrixdotorg/synapse:latest-py3
|
||||||
|
# image: matrixdotorg/synapse:v0.99.2-py3
|
||||||
|
restart: on-failure
|
||||||
|
volumes:
|
||||||
|
- ./matrix:/data
|
||||||
|
environment:
|
||||||
|
SYNAPSE_SERVER_NAME: matrix.monarch-pass.net
|
||||||
|
SYNAPSE_REPORT_STATS: "yes"
|
||||||
|
POSTGRES_DB: synapse
|
||||||
|
POSTGRES_HOST: postgres
|
||||||
|
POSTGRES_PASSWORD: ${SYNAPSE_POSTGRES_PASSWORD}
|
||||||
|
POSTGRES_USER: matrix
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:8008:8008"
|
||||||
|
- "8448:8448"
|
||||||
|
links:
|
||||||
|
- postgres
|
||||||
|
|
||||||
# openarena
|
# openarena
|
||||||
openarena:
|
openarena:
|
||||||
image: sago007/openarena
|
image: sago007/openarena
|
||||||
@ -167,6 +186,30 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DRONE_SERVER=woodpecker-server:9000
|
- DRONE_SERVER=woodpecker-server:9000
|
||||||
- DRONE_SECRET=${DRONE_SECRET}
|
- DRONE_SECRET=${DRONE_SECRET}
|
||||||
|
|
||||||
|
# glitchcity.info
|
||||||
|
glitchcity:
|
||||||
|
links:
|
||||||
|
- memcached:cache
|
||||||
|
- mariadb:db
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:8002:80
|
||||||
|
restart: on-failure
|
||||||
|
volumes:
|
||||||
|
- ./glitchcity.info/userdata:/userdata
|
||||||
|
- ./glitchcity.info/log:/var/log
|
||||||
|
build: https://forge.monarch-pass.net/glitch-city-laboratories/glitch-city-laboratories.git
|
||||||
|
environment:
|
||||||
|
GCL_DB_HOST: db
|
||||||
|
GCL_DB_NAME: glitchcity
|
||||||
|
GCL_DB_USER: glitchcity
|
||||||
|
GCL_DB_PASSWORD: ${GCL_DB_PASSWORD}
|
||||||
|
GCL_FORUMS_URL: //forums.glitchcity.info
|
||||||
|
GCL_WIKI_URL: //glitchcity.info/wiki
|
||||||
|
GCL_MEMCACHED_HOST: cache
|
||||||
|
GCL_SMTP_HOST: mail.gandi.net
|
||||||
|
GCL_SMTP_USER: no-reply@monarch-pass.net
|
||||||
|
GCL_SMTP_PASSWORD: ${GCL_SMTP_PASSWORD}
|
||||||
|
|
||||||
# phpmyadmin
|
# phpmyadmin
|
||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
@ -327,13 +370,3 @@ services:
|
|||||||
links:
|
links:
|
||||||
- "mariadb:db"
|
- "mariadb:db"
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
webchat:
|
|
||||||
image: thelounge/thelounge:latest
|
|
||||||
ports:
|
|
||||||
- "127.0.0.1:8022:9000"
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
- ./irc/thelounge:/var/opt/thelounge
|
|
||||||
depends_on:
|
|
||||||
- irc
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user