chore(docker): add entrypoint script and user permissions

This commit is contained in:
Sam Chau
2025-08-24 15:35:42 +09:30
parent 2e2abb93be
commit 7270bbfedb
5 changed files with 82 additions and 33 deletions

View File

@@ -1,19 +1,16 @@
# docker-compose.yml
version: '3.8'
services:
profilarr:
image: santiagosayshey/profilarr:beta
build:
context: .
dockerfile: Dockerfile
container_name: profilarr
ports:
- 6868:6868
- 6870:6868
volumes:
- profilarr_data:/config
- ./config-test:/config
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Australia/Adelaide
env_file:
- .env
restart: unless-stopped
volumes:
profilarr_data:
name: profilarr_data