aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.local.yaml
diff options
context:
space:
mode:
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