aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.local.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-05 20:12:41 +0900
committernsfisis <nsfisis@gmail.com>2025-09-05 20:52:56 +0900
commitc7941d027be068f6e563a17e882232580fe15334 (patch)
tree40479fdff8903af289f8a2a02c6f58ba1c69a82c /compose.local.yaml
parent0f91e938442b22e54ba2f1b29e25d678cf0acdd3 (diff)
downloadiosdc-japan-2025-albatross-c7941d027be068f6e563a17e882232580fe15334.tar.gz
iosdc-japan-2025-albatross-c7941d027be068f6e563a17e882232580fe15334.tar.zst
iosdc-japan-2025-albatross-c7941d027be068f6e563a17e882232580fe15334.zip
feat(worker): move directory worker/ to worker/php/
Diffstat (limited to 'compose.local.yaml')
-rw-r--r--compose.local.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compose.local.yaml b/compose.local.yaml
index ed7be03..c6fdf72 100644
--- a/compose.local.yaml
+++ b/compose.local.yaml
@@ -49,9 +49,9 @@ services:
retries: 5
restart: always
- worker:
+ worker-php:
build:
- context: ./worker
+ context: ./worker/php
expose:
- 80
env_file: [.env]