Remove glitchcity and synapse services.
This commit is contained in:
parent
92958154cf
commit
e7d78d0f25
@ -24,26 +24,6 @@
|
|||||||
|
|
||||||
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
|
||||||
@ -188,30 +168,6 @@ services:
|
|||||||
- 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:
|
||||||
image: phpmyadmin/phpmyadmin
|
image: phpmyadmin/phpmyadmin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user