feat: add restate

This commit is contained in:
Sun-ZhenXing
2025-11-03 20:16:08 +08:00
parent 2a18f63c88
commit eff0807a92
142 changed files with 1395 additions and 338 deletions

View File

@@ -23,7 +23,7 @@
#
# License: Apache-2.0 (https://github.com/conductor-oss/conductor/blob/main/LICENSE)
x-default: &default
x-defaults: &defaults
restart: unless-stopped
logging:
driver: json-file
@@ -33,7 +33,7 @@ x-default: &default
services:
conductor-server:
<<: *default
<<: *defaults
image: conductor:server
build:
context: https://github.com/conductor-oss/conductor.git#main:docker/server
@@ -81,7 +81,7 @@ services:
memory: "${CONDUCTOR_MEMORY_RESERVATION:-512M}"
postgres:
<<: *default
<<: *defaults
image: postgres:${POSTGRES_VERSION:-16-alpine}
container_name: conductor-postgres
environment:
@@ -107,7 +107,7 @@ services:
memory: "${POSTGRES_MEMORY_RESERVATION:-256M}"
elasticsearch:
<<: *default
<<: *defaults
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.11.0}
container_name: conductor-elasticsearch
environment: