Share foundry files with nextcloud

This commit is contained in:
Chris
2022-12-20 22:15:58 +00:00
parent f2f28f6dac
commit d7a9d315a3

View File

@@ -41,6 +41,8 @@ services:
- FOUNDRY_ROUTE_PREFIX=foundry - FOUNDRY_ROUTE_PREFIX=foundry
- CONTAINER_CACHE=/data/container_cache - CONTAINER_CACHE=/data/container_cache
- CONTAINER_PATCH_URLS=https://labs.scarif.space/chris/foundry-plutonium-install/raw/branch/main/plutonium.sh - CONTAINER_PATCH_URLS=https://labs.scarif.space/chris/foundry-plutonium-install/raw/branch/main/plutonium.sh
- FOUNDRY_UID=82
- FOUNDRY_GID=82
networks: networks:
- nginx - nginx
@@ -75,6 +77,7 @@ services:
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html
- foundry:/var/www/foundry
environment: environment:
- REDIS_HOST=redis - REDIS_HOST=redis
- MYSQL_HOST=db - MYSQL_HOST=db