Initial commit

This commit is contained in:
2025-02-07 10:19:13 +02:00
parent c3ee1fdcc9
commit 3e5169cba5
15 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
privatebin:
image: ${PRIVATEBIN_IMAGE}:${PRIVATEBIN_TAG}
container_name: ${PRIVATEBIN_CONTAINER_NAME}
restart: ${PRIVATEBIN_RESTART_POLICY}
security_opt:
- no-new-privileges:true
networks:
- ${PRIVATEBIN_NETWORk_ID}
read_only: true
user: "${UID}:${GID}" # Run the container with the UID:GID of your Docker user
# ports:
# - 8080:8080
volumes:
- ${DOCKERDIR}/private-bin:/srv/data