aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.local.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-05 20:34:02 +0900
committernsfisis <nsfisis@gmail.com>2025-09-05 20:52:59 +0900
commitdd1c68425120fca008a3b10991c865ea586c7002 (patch)
tree13784e4e2923d7a51a63ba148c89907ef73cce6f /compose.local.yaml
parentc7941d027be068f6e563a17e882232580fe15334 (diff)
downloadiosdc-japan-2025-albatross-dd1c68425120fca008a3b10991c865ea586c7002.tar.gz
iosdc-japan-2025-albatross-dd1c68425120fca008a3b10991c865ea586c7002.tar.zst
iosdc-japan-2025-albatross-dd1c68425120fca008a3b10991c865ea586c7002.zip
feat(worker): add swift worker
Diffstat (limited to 'compose.local.yaml')
-rw-r--r--compose.local.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/compose.local.yaml b/compose.local.yaml
index c6fdf72..0967283 100644
--- a/compose.local.yaml
+++ b/compose.local.yaml
@@ -57,6 +57,14 @@ services:
env_file: [.env]
restart: always
+ worker-swift:
+ build:
+ context: ./worker/swift
+ expose:
+ - 80
+ env_file: [.env]
+ restart: always
+
tools:
build:
context: ./backend