feat: fix networks

This commit is contained in:
2026-05-19 19:12:25 +02:00
parent 88c96dc213
commit 70dc6d0992
3 changed files with 21 additions and 8 deletions
+12
View File
@@ -4,15 +4,27 @@ image: daily_meal/bemeal-api
x-hosts: &hosts
- <%= ENV.fetch("SSH_HOST", "89.167.35.217") %>
x-web-networks: &web-networks
network:
- bemeal_public
- bemeal_internal
x-worker-networks: &worker-networks
network:
- bemeal_internal
servers:
web:
hosts: *hosts
options: *web-networks
horizon:
hosts: *hosts
cmd: php artisan horizon
options: *worker-networks
scheduler:
hosts: *hosts
cmd: php artisan schedule:work
options: *worker-networks
proxy:
host: bemeal.leonmorival.com