summaryrefslogtreecommitdiff
path: root/compose.example.yaml
diff options
context:
space:
mode:
authorvlnst <[email protected]>2024-11-26 02:32:05 +0300
committervlnst <[email protected]>2024-11-26 14:44:53 +0300
commit86203ebb7b37e8f14f8fbed31710d07f37d2b473 (patch)
tree3375b108f4e9c4580dbc73b8f05e2549025ac261 /compose.example.yaml
parentf692d1eb2d99e9a5c8030b196729a9fe896bb328 (diff)
downloadskunky-art-86203ebb7b37e8f14f8fbed31710d07f37d2b473.tar.gz
skunky-art-86203ebb7b37e8f14f8fbed31710d07f37d2b473.tar.bz2
skunky-art-86203ebb7b37e8f14f8fbed31710d07f37d2b473.zip
Add Docker
Diffstat (limited to 'compose.example.yaml')
-rw-r--r--compose.example.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/compose.example.yaml b/compose.example.yaml
new file mode 100644
index 0000000..5eead70
--- /dev/null
+++ b/compose.example.yaml
@@ -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.