Share foundry files with nextcloud
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user