feat: split admin into dedicated web surface
This commit is contained in:
@@ -98,6 +98,22 @@ services:
|
||||
ports:
|
||||
- "${WEB_PORT}:80"
|
||||
|
||||
admin-web:
|
||||
build:
|
||||
context: .
|
||||
target: web-admin
|
||||
args:
|
||||
VITE_API_BASE_URL: ${VITE_API_BASE_URL}
|
||||
VITE_GOOGLE_MAPS_PLATFORM_KEY: ${VITE_GOOGLE_MAPS_PLATFORM_KEY}
|
||||
depends_on:
|
||||
api:
|
||||
condition: service_started
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- locale-all
|
||||
ports:
|
||||
- "${ADMIN_WEB_PORT}:80"
|
||||
|
||||
volumes:
|
||||
leads4less-db:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user