Files
docker-compose-collection/sheetable/compose.yaml
T
2023-10-01 18:47:56 +02:00

13 lines
452 B
YAML

services:
# SheetAble
sheetable:
container_name: ${SHEETABLE_CONTAINER_NAME:-SheetAble}
image: vallezw/sheetable:${SHEETABLE_TAG:-latest}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:8080/ || exit 1
ports:
- ${SHEETABLE_PORT:-8080}:8080
volumes:
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-sheetable}/${SHEETABLE_CONTAINER_NAME:-SheetAble}/app/config:/app/config