Compare commits
No commits in common. "29713c96808b5e7195f9c811891c6096b9c4a2c4" and "0f24a55811bab5851c707519087442bf234c9c9c" have entirely different histories.
29713c9680
...
0f24a55811
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,6 +13,3 @@ loolwsd.xml
|
|||||||
**/html/
|
**/html/
|
||||||
**/volumes/
|
**/volumes/
|
||||||
**/config/
|
**/config/
|
||||||
|
|
||||||
# tar files
|
|
||||||
*.tar
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: traefik_default
|
external:
|
||||||
external: true
|
name: traefik_default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
firefly-app:
|
firefly-app:
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: traefik_default
|
external:
|
||||||
external: true
|
name: traefik_default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitea-db:
|
gitea-db:
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: traefik_default
|
external:
|
||||||
external: true
|
name: traefik_default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grocy-frontend:
|
grocy-frontend:
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: traefik_default
|
external:
|
||||||
external: true
|
name: traefik_default
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: traefik_default
|
external:
|
||||||
external: true
|
name: traefik_default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
osp-app:
|
osp-app:
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: traefik_default
|
external:
|
||||||
external: true
|
name: traefik_default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
teamspeak-app:
|
teamspeak-app:
|
||||||
|
@ -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:
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: traefik_default
|
external:
|
||||||
external: true
|
name: traefik_default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wordpress:
|
wordpress:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user