|
@@ -2,15 +2,22 @@ services:
|
|
|
ability-center:
|
|
ability-center:
|
|
|
container_name: ability-center
|
|
container_name: ability-center
|
|
|
restart: always
|
|
restart: always
|
|
|
|
|
+
|
|
|
environment:
|
|
environment:
|
|
|
SPRING_PROFILES_ACTIVE: ${SPRING_PROFILES_ACTIVE:-test}
|
|
SPRING_PROFILES_ACTIVE: ${SPRING_PROFILES_ACTIVE:-test}
|
|
|
|
|
+ NODE_OPTIONS: --dns-result-order=ipv4first
|
|
|
|
|
+ PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
|
|
|
|
|
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
|
|
|
|
|
+
|
|
|
build:
|
|
build:
|
|
|
context: ./runtime
|
|
context: ./runtime
|
|
|
dockerfile: dockerfile
|
|
dockerfile: dockerfile
|
|
|
|
|
+
|
|
|
volumes:
|
|
volumes:
|
|
|
- type: bind
|
|
- type: bind
|
|
|
source: /data/project/ability-center
|
|
source: /data/project/ability-center
|
|
|
target: /app
|
|
target: /app
|
|
|
bind:
|
|
bind:
|
|
|
create_host_path: false
|
|
create_host_path: false
|
|
|
|
|
+
|
|
|
network_mode: host
|
|
network_mode: host
|