mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 21:17:35 +03:00
Add Docker
This commit is contained in:
parent
f692d1eb2d
commit
86203ebb7b
4 changed files with 42 additions and 0 deletions
12
compose.example.yaml
Normal file
12
compose.example.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
skunkyart:
|
||||
container_name: skunkyart
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
ports:
|
||||
- "127.0.0.1:3003:3003"
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
volumes:
|
||||
- ./config.json:/config.json:ro
|
||||
- ./cache:/cache # Ensure cache folder has a 10000:10000 ownership.
|
Loading…
Add table
Add a link
Reference in a new issue