Compare commits

..

No commits in common. "29713c96808b5e7195f9c811891c6096b9c4a2c4" and "0f24a55811bab5851c707519087442bf234c9c9c" have entirely different histories.

9 changed files with 33 additions and 25 deletions

3
.gitignore vendored
View File

@ -13,6 +13,3 @@ loolwsd.xml
**/html/ **/html/
**/volumes/ **/volumes/
**/config/ **/config/
# tar files
*.tar

View File

@ -1,7 +1,9 @@
version: '3.5'
networks: networks:
default: default:
external:
name: traefik_default name: traefik_default
external: true
services: services:
firefly-app: firefly-app:

View File

@ -1,7 +1,9 @@
version: '3.5'
networks: networks:
default: default:
external:
name: traefik_default name: traefik_default
external: true
services: services:
gitea-db: gitea-db:

View File

@ -1,7 +1,9 @@
version: '3.5'
networks: networks:
default: default:
external:
name: traefik_default name: traefik_default
external: true
services: services:
grocy-frontend: grocy-frontend:

View File

@ -1,7 +1,9 @@
version: '3.5'
networks: networks:
default: default:
external:
name: traefik_default name: traefik_default
external: true
services: services:
nextcloud-db: nextcloud-db:
@ -41,12 +43,9 @@ services:
- nextcloud-db - nextcloud-db
- nextcloud-redis - nextcloud-redis
container_name: nextcloud-app container_name: nextcloud-app
command: >
bash -c 'chown -R www-data:www-data ${NEXTCLOUD_DATA_DIR} && chown -R www-data:www-data /var/www/html && chmod 755 ${NEXTCLOUD_DATA_DIR}/.ocdata && /entrypoint.sh apache2-foreground'
env_file: live.env env_file: live.env
environment: environment:
- NEXTCLOUD_TRUSTED_DOMAINS='${NEXTCLOUD_FQDN}' - NEXTCLOUD_TRUSTED_DOMAINS='${NEXTCLOUD_FQDN}'
- NEXTCLOUD_DATA_DIR='${NEXTCLOUD_DATA_DIR}'
extra_hosts: extra_hosts:
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}" - "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}" - "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
@ -78,19 +77,17 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${NEXTCLOUD_ROOT}/html:/var/www/html - ${NEXTCLOUD_ROOT}/html:/var/www/html
- ${NEXTCLOUD_ROOT}/data:${NEXTCLOUD_DATA_DIR} - ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data
nextcloud-cron: nextcloud-cron:
image: nextcloud:28 image: nextcloud:28
container_name: nextcloud-cron container_name: nextcloud-cron
command: >
bash -c 'chown -R www-data:www-data ${NEXTCLOUD_DATA_DIR} && chown -R www-data:www-data /var/www/html && chmod 755 ${NEXTCLOUD_DATA_DIR}/.ocdata && /entrypoint.sh apache2-foreground'
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${NEXTCLOUD_ROOT}/html:/var/www/html - ${NEXTCLOUD_ROOT}/html:/var/www/html
- ${NEXTCLOUD_ROOT}/data:${NEXTCLOUD_DATA_DIR} - ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data
entrypoint: /cron.sh entrypoint: /cron.sh
depends_on: depends_on:
- nextcloud-db - nextcloud-db

View File

@ -1,7 +1,9 @@
version: '3.5'
networks: networks:
default: default:
external:
name: traefik_default name: traefik_default
external: true
services: services:
osp-app: osp-app:

View File

@ -1,7 +1,9 @@
version: '3.5'
networks: networks:
default: default:
external:
name: traefik_default name: traefik_default
external: true
services: services:
teamspeak-app: teamspeak-app:

View File

@ -1,6 +1,8 @@
version: "3"
services: services:
valheim: valheim:
image: clarkent86/valheim-server image: ghcr.io/lloesche/valheim-server
cap_add: cap_add:
- sys_nice - sys_nice
volumes: volumes:

View File

@ -1,7 +1,9 @@
version: '3.5'
networks: networks:
default: default:
external:
name: traefik_default name: traefik_default
external: true
services: services:
wordpress: wordpress: