krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
v1.3.3: compose.example.yaml · raw
1services:
2 skunkyart:
3 container_name: skunkyart
4 restart: unless-stopped
5 build: .
6 ports:
7 - "127.0.0.1:3003:3003"
8 security_opt:
9 - no-new-privileges:true
10 volumes:
11 - ./config.json:/config.json:ro
12 - ./cache:/cache # Ensure cache folder has a 10000:10000 ownership.