almost ready for release, pending updates to registry...

This commit is contained in:
Ronald A. Richardson
2024-07-19 20:14:12 +08:00
parent 76859aeb26
commit 9ec786d892
10 changed files with 21 additions and 52 deletions

View File

@@ -39,8 +39,6 @@ services:
REDIS_URL: tcp://cache
application:
ports:
- "4201:4201"
build:
context: .
dockerfile: docker/Dockerfile
@@ -63,6 +61,8 @@ services:
MODEL_CACHE_ENABLED: 'true'
RESPONSE_CACHE_ENABLED: 'true'
RESPONSE_CACHE_DRIVER: redis
REGISTRY_HOST: https://registry.fleetbase.io
REGISTRY_PREINSTALLED_EXTENSIONS: 'true'
depends_on:
- database
- cache