Skip to content

Commit

Permalink
docker-compose: use O.S. Systems Docker registry cache for Enterprise
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed May 4, 2023
1 parent ce954fb commit ea10180
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.enterprise.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
version: '3.7'

services:
api:
image: registry.infra.ossystems.io/cache/shellhubio/api:${SHELLHUB_VERSION}

ui:
image: registry.infra.ossystems.io/cache/shellhubio/ui:${SHELLHUB_VERSION}

gateway:
image: registry.infra.ossystems.io/cache/shellhubio/gateway:${SHELLHUB_VERSION}

cli:
image: registry.infra.ossystems.io/cache/shellhubio/cli:${SHELLHUB_VERSION}

mongo:
image: registry.infra.ossystems.io/cache/mongo:4.4.8

redis:
image: registry.infra.ossystems.io/cache/redis

ssh:
image: registry.infra.ossystems.io/cache/shellhubio/ssh:${SHELLHUB_VERSION}
environment:
- RECORD_URL=cloud-api:8080
- BILLING_URL=billing-api:8080
Expand Down

0 comments on commit ea10180

Please sign in to comment.