diff options
| author | Adam Malczewski <[email protected]> | 2026-04-20 15:46:50 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-04-20 15:46:50 +0900 |
| commit | 5e7a3bd553a80cf62c17c7db4dfc48391670ce78 (patch) | |
| tree | eb28449ca3ecfd7e029ab20c53a07dc49d25abf0 /docker-compose.yml | |
| parent | 05706ec17d5c359ba86aa9cdd7685e637b4e25ab (diff) | |
| download | malcz-wordpress-theme-5e7a3bd553a80cf62c17c7db4dfc48391670ce78.tar.gz malcz-wordpress-theme-5e7a3bd553a80cf62c17c7db4dfc48391670ce78.zip | |
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 11 |
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 |
