summaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-20 15:46:50 +0900
committerAdam Malczewski <[email protected]>2026-04-20 15:46:50 +0900
commit5e7a3bd553a80cf62c17c7db4dfc48391670ce78 (patch)
treeeb28449ca3ecfd7e029ab20c53a07dc49d25abf0 /docker-compose.yml
parent05706ec17d5c359ba86aa9cdd7685e637b4e25ab (diff)
downloadmalcz-wordpress-theme-main.tar.gz
malcz-wordpress-theme-main.zip
dockerizeHEADmain
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..e7c8685
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,11 @@
+services:
+ theme:
+ build: .
+ container_name: malcz_theme_sync
+ restart: unless-stopped
+ volumes:
+ - theme_data:/theme
+
+volumes:
+ theme_data:
+ name: malcz_theme_data