New addition: Astro
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user