Public Access
1
0

chore: expose docker services on host ports

This commit is contained in:
pguerrerox
2026-05-05 23:04:06 +00:00
parent ecb3310216
commit d4bce92872
4 changed files with 17 additions and 12 deletions
+4 -4
View File
@@ -49,8 +49,8 @@ services:
PG_BOSS_SCHEMA: ${PG_BOSS_SCHEMA}
SESSION_TTL_DAYS: ${SESSION_TTL_DAYS}
restart: unless-stopped
expose:
- ${APP_PORT}
ports:
- "${APP_PORT}:${APP_PORT}"
worker:
build:
@@ -81,8 +81,8 @@ services:
api:
condition: service_started
restart: unless-stopped
expose:
- "80"
ports:
- "${WEB_PORT}:80"
volumes:
leads4less-db: