removed nextcloud and collabora
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#GLOBAL SETTINGS
|
||||
COMPOSE_HTTP_TIMEOUT=120
|
||||
COMPOSE_IGNORE_ORPHANS=1
|
||||
DOCKER_CONFIGS=.
|
||||
DOCKERGID=999
|
||||
DOCKERHOSTNAME=DockerServerTest
|
||||
DOCKERLOGGING_MAXFILE=10
|
||||
DOCKERLOGGING_MAXSIZE=200k
|
||||
SERVERIP=192.168.1.33
|
||||
PGID=1000
|
||||
PUID=1000
|
||||
UMASK=000
|
||||
TZ=America/Chicago
|
||||
|
||||
# COLLABORA CODE
|
||||
COLLABORA_DOMAIN=collabora.akanealw.com
|
||||
COLLABORA_USERNAME=akanealw
|
||||
COLLABORA_PASSWORD=eR4oib7uoWeit2oacieng3ahzimugh
|
||||
@@ -1,37 +0,0 @@
|
||||
services:
|
||||
collabora:
|
||||
container_name: collabora
|
||||
image: collabora/code:22.05.14.3.1
|
||||
environment:
|
||||
- alias_group1=${COLLABORA_DOMAIN}
|
||||
- username=${COLLABORA_USERNAME}
|
||||
- password=${COLLABORA_PASSWORD}
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 9980:9980
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/collabora/code:/etc/loolwsd
|
||||
|
||||
nextcloud:
|
||||
container_name: nextcloud
|
||||
image: lscr.io/linuxserver/nextcloud:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 443:443
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/nextcloud/config:/config
|
||||
- /mnt/backups:/backups
|
||||
- /mnt/storage:/storage
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
name: reverse-proxy
|
||||
external: true
|
||||
Reference in New Issue
Block a user