feat: update client data
This commit is contained in:
@@ -12,34 +12,34 @@ services:
|
||||
# --------------------------------------------------------------------------------
|
||||
# Used by event store and read store for managing and reading application data.
|
||||
|
||||
mongo:
|
||||
restart: unless-stopped
|
||||
image: mongo:8
|
||||
container_name: boilerplate_mongo
|
||||
ports:
|
||||
- 6017:27017
|
||||
environment:
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
MONGO_INITDB_ROOT_PASSWORD: password
|
||||
volumes:
|
||||
- mongo:/data/db
|
||||
networks:
|
||||
- server
|
||||
# mongo:
|
||||
# restart: unless-stopped
|
||||
# image: mongo:8
|
||||
# container_name: boilerplate_mongo
|
||||
# ports:
|
||||
# - 6017:27017
|
||||
# environment:
|
||||
# MONGO_INITDB_ROOT_USERNAME: root
|
||||
# MONGO_INITDB_ROOT_PASSWORD: password
|
||||
# volumes:
|
||||
# - mongo:/data/db
|
||||
# networks:
|
||||
# - server
|
||||
|
||||
# Cerbos
|
||||
# --------------------------------------------------------------------------------
|
||||
# Policy engine for application access control.
|
||||
|
||||
cerbos:
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/cerbos/cerbos:latest
|
||||
container_name: boilerplate_cerbos
|
||||
command: ["server", "--config=/config.yaml"]
|
||||
ports:
|
||||
- 6592:3592
|
||||
- 6593:3593
|
||||
- 6594:3594
|
||||
volumes:
|
||||
- ./cerbos.yaml:/config.yaml
|
||||
networks:
|
||||
- server
|
||||
# cerbos:
|
||||
# restart: unless-stopped
|
||||
# image: ghcr.io/cerbos/cerbos:latest
|
||||
# container_name: boilerplate_cerbos
|
||||
# command: ["server", "--config=/config.yaml"]
|
||||
# ports:
|
||||
# - 6592:3592
|
||||
# - 6593:3593
|
||||
# - 6594:3594
|
||||
# volumes:
|
||||
# - ./cerbos.yaml:/config.yaml
|
||||
# networks:
|
||||
# - server
|
||||
|
||||
Reference in New Issue
Block a user