rename follder compose to services

This commit is contained in:
2025-02-02 12:14:03 +02:00
parent 24a5f78fed
commit d5ba06fb78
13 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
services:
apprise-api:
image: ${APPRISE_IMAGE}:${APPRISE_TAG}
container_name: ${APPRISE_CONTAINER_NAME}
restart: ${APPRISE_RESTART_POLICY}
security_opt:
- no-new-privileges:true
environment:
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
- TZ=${TZ}
volumes:
- ${DOCKERDIR}/apprise-api/config:/config
ports:
- ${APPRISE_PORT:-8000}:8000
networks:
- proxy