@flying-pillow/manager 0.1.0-beta.17 → 0.1.0-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,7 +10,7 @@ services:
|
|
|
10
10
|
image: "ghcr.io/flying-pillow/flying-pillow/pilot:${FP_VERSION:-latest}"
|
|
11
11
|
build:
|
|
12
12
|
context: ${SOURCE_FOLDER}
|
|
13
|
-
dockerfile: platform/
|
|
13
|
+
dockerfile: platform/manager/Dockerfile.${NODE_ENV}
|
|
14
14
|
container_name: "${ENVIRONMENT}-pilot"
|
|
15
15
|
user: "0:0"
|
|
16
16
|
environment:
|
|
@@ -228,9 +228,6 @@ services:
|
|
|
228
228
|
image: surrealdb/surrealdb:v3.0.0-beta.2
|
|
229
229
|
container_name: "${ENVIRONMENT}-surrealdb"
|
|
230
230
|
user: "1000:0"
|
|
231
|
-
depends_on:
|
|
232
|
-
pilot:
|
|
233
|
-
condition: service_healthy
|
|
234
231
|
labels:
|
|
235
232
|
- "traefik.enable=true"
|
|
236
233
|
# --- MIDDLEWARE DEFINITIONS ---
|
|
@@ -376,9 +373,6 @@ services:
|
|
|
376
373
|
container_name: "${ENVIRONMENT}-redis"
|
|
377
374
|
restart: unless-stopped
|
|
378
375
|
user: "999:0"
|
|
379
|
-
depends_on:
|
|
380
|
-
pilot:
|
|
381
|
-
condition: service_healthy
|
|
382
376
|
healthcheck:
|
|
383
377
|
test: [ "CMD", "redis-cli", "ping" ]
|
|
384
378
|
interval: 5s
|