diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 19:19:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 19:19:04 +0900 |
| commit | 0b09103e894a5f7c6865e5bdd20992457cec3c9f (patch) | |
| tree | ec0f73ab1c1f1fb884e357209f2976edf535d510 /compose.yaml | |
| parent | 0ecb9872b0e0e421d498f0afb4a8f603cba50b39 (diff) | |
| download | phperkaigi-2025-albatross-0b09103e894a5f7c6865e5bdd20992457cec3c9f.tar.gz phperkaigi-2025-albatross-0b09103e894a5f7c6865e5bdd20992457cec3c9f.tar.zst phperkaigi-2025-albatross-0b09103e894a5f7c6865e5bdd20992457cec3c9f.zip | |
feat: add worker server
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 |
