From 0b09103e894a5f7c6865e5bdd20992457cec3c9f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Jul 2024 19:19:04 +0900 Subject: feat: add worker server --- compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'compose.yaml') diff --git a/compose.yaml b/compose.yaml index 00bbd0b..a98b918 100644 --- a/compose.yaml +++ b/compose.yaml @@ -70,6 +70,13 @@ services: - db-data:/var/lib/postgresql/data restart: always + worker: + build: + context: ./worker + expose: + - 80 + restart: always + tools: build: context: ./backend -- cgit v1.2.3-70-g09d2