diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
