New addition: Astro

This commit is contained in:
2023-09-09 15:51:27 +02:00
parent 933c2e9378
commit b61c7dd032
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Uncomment and change the following variables if you want to use them.
#RESTART=unless-stopped
#SYNOLOGY_VOLUME=volume1
#STACK_NAME=astro
#ASTRO_CONTAINER_NAME=Astro
#ASTRO_TAG=latest
#ASTRO_PORT=8088
+10
View File
@@ -0,0 +1,10 @@
services:
# Astro
astro:
container_name: ${ASTRO_CONTAINER_NAME:-Astro}
image: igorsheg/astro:${ASTRO_TAG:-latest}
restart: ${RESTART:-unless-stopped}
ports:
- ${ASTRO_PORT:-8088}:8088
volumes:
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-astro}/${ASTRO_CONTAINER_NAME:-Astro}/app/server/data:/app/server/data