diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-02 17:49:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-02 17:49:34 +0900 |
| commit | 57315c52be96d2a2c013f0cfb0de5429980e301a (patch) | |
| tree | 5d691497772fddfe401cd970ead4e9a74b34ef38 /services/nuldoc/compose.yaml | |
| parent | cf4091a93ed831456e8b30e2a9e1fc2650dcae02 (diff) | |
| download | nsfisis.dev-57315c52be96d2a2c013f0cfb0de5429980e301a.tar.gz nsfisis.dev-57315c52be96d2a2c013f0cfb0de5429980e301a.tar.zst nsfisis.dev-57315c52be96d2a2c013f0cfb0de5429980e301a.zip | |
refactor(blog): rename directory, services/{blog => nuldoc}/
Diffstat (limited to 'services/nuldoc/compose.yaml')
| -rw-r--r-- | services/nuldoc/compose.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/services/nuldoc/compose.yaml b/services/nuldoc/compose.yaml new file mode 100644 index 0000000..d8a9c85 --- /dev/null +++ b/services/nuldoc/compose.yaml @@ -0,0 +1,11 @@ +services: + nginx: + image: nginx + volumes: + - ./nginx.conf:/etc/nginx/conf.d/default.conf + - ./public:/public + ports: + - '127.0.0.1:8001:8001' + environment: + TZ: Asia/Tokyo + restart: always |
