.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
8fb14b40cc
commit
b484d8f2c9
|
@ -1,37 +1,5 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
gitea:
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: ${LOCAL_DOCKER_REGISTRY}gitea
|
|
||||||
environment:
|
|
||||||
- USER_UID=1000
|
|
||||||
- USER_GID=1000
|
|
||||||
- ROOT_URL=https://${GIT_DOMAIN}/git
|
|
||||||
- SSH_DOMAIN=${GIT_DOMAIN}
|
|
||||||
- GITEA_APP_NAME=${GITEA_APP_NAME}
|
|
||||||
- GIT_DOMAIN=${GIT_DOMAIN}
|
|
||||||
- GITEA_SERVER_LFS_JWT_SECRET=$GITEA_SERVER_LFS_JWT_SECRET
|
|
||||||
- GITEA_SECURITY_SECRET_KEY=$GITEA_SECURITY_SECRET_KEY
|
|
||||||
- GITEA_SECURITY_INTERNAL_TOKEN=$GITEA_SECURITY_INTERNAL_TOKEN
|
|
||||||
- GITEA_OAUTH2_JWT_SECRET=$GITEA_OAUTH2_JWT_SECRET
|
|
||||||
- GITEA_MAILER_HOST=$GITEA_MAILER_HOST
|
|
||||||
- GITEA_MAILER_USER=$GITEA_MAILER_USER
|
|
||||||
- GITEA_MAILER_FROM=$GITEA_MAILER_FROM
|
|
||||||
- GITEA_MAILER_PASSWD=$GITEA_MAILER_PASSWD
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- gitea-app:/data
|
|
||||||
ports:
|
|
||||||
- 3000:3000
|
|
||||||
- 22:22
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
- externalnet
|
|
||||||
commento:
|
commento:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
@ -72,22 +40,6 @@ services:
|
||||||
- appnet
|
- appnet
|
||||||
volumes:
|
volumes:
|
||||||
- commento-postgresql-data:/var/lib/postgresql/data
|
- commento-postgresql-data:/var/lib/postgresql/data
|
||||||
guacamole-postgresql:
|
|
||||||
# database for guacamole
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack-data == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql:latest
|
|
||||||
environment:
|
|
||||||
POSTGRES_PASSWORD: ${GUACAMOLE_POSTGRES_PASSWORD}
|
|
||||||
POSTGRES_DB: ${GUACAMOLE_POSTGRES_DB}
|
|
||||||
volumes:
|
|
||||||
- guacamole-postgresql-data:/var/lib/postgresql/data
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
nagios:
|
nagios:
|
||||||
image: jasonrivers/nagios:latest
|
image: jasonrivers/nagios:latest
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -216,36 +168,6 @@ services:
|
||||||
MYSQL_PASSWORD: ${ZABBIX_MYSQL_PASSWORD}
|
MYSQL_PASSWORD: ${ZABBIX_MYSQL_PASSWORD}
|
||||||
ZBX_SERVER_HOST: zabbix-server
|
ZBX_SERVER_HOST: zabbix-server
|
||||||
PHP_TZ: Europe/London
|
PHP_TZ: Europe/London
|
||||||
# The backend guacamole server.
|
|
||||||
guacd:
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: guacamole/guacd:latest
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
|
|
||||||
guacamole:
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: guacamole/guacamole:latest
|
|
||||||
environment:
|
|
||||||
- POSTGRES_HOSTNAME=guacamole-postgresql
|
|
||||||
- POSTGRES_PORT=5432
|
|
||||||
- POSTGRES_USER=${GUACAMOLE_POSTGRES_USER}
|
|
||||||
- POSTGRES_PASSWORD=${GUACAMOLE_POSTGRES_PASSWORD}
|
|
||||||
- POSTGRES_DATABASE=${GUACAMOLE_POSTGRES_DB}
|
|
||||||
- GUACD_HOSTNAME=guacd
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
- externalnet
|
|
||||||
chat:
|
chat:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
@ -318,17 +240,7 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints: [node.platform.os == linux]
|
constraints: [node.platform.os == linux]
|
||||||
volumes:
|
volumes:
|
||||||
gitea-app:
|
|
||||||
registry-data:
|
|
||||||
guacamole-postgresql-data:
|
|
||||||
commento-postgresql-data:
|
commento-postgresql-data:
|
||||||
ghost-content:
|
|
||||||
ghost-data:
|
|
||||||
ghost-content-adapters:
|
|
||||||
ghost-content-settings:
|
|
||||||
ghost-content-images:
|
|
||||||
ghost-content-data:
|
|
||||||
ghost-content-logs:
|
|
||||||
mongo-chat:
|
mongo-chat:
|
||||||
chat-uploads:
|
chat-uploads:
|
||||||
portainer-data:
|
portainer-data:
|
||||||
|
|
Reference in New Issue