docker: flatten docker/files/ into docker/

Move chatmail-init.sh, chatmail-init.service, and entrypoint.sh up
from docker/files/ to docker/
This commit is contained in:
j4n
2026-02-24 19:02:30 +01:00
parent ee6573efec
commit 238884be70
5 changed files with 5 additions and 5 deletions

View File

@@ -23,8 +23,8 @@ services:
# - ./custom/www:/opt/chatmail-www
## Debug — mount scripts from the repo for live editing:
# - ./docker/files/chatmail-init.sh:/chatmail-init.sh
# - ./docker/files/entrypoint.sh:/entrypoint.sh
# - ./docker/chatmail-init.sh:/chatmail-init.sh
# - ./docker/entrypoint.sh:/entrypoint.sh
# environment:
## Mount certs (above) and set TLS_EXTERNAL_CERT_AND_KEY to in-container paths.