Skip to content

Commit

Permalink
add full configuration and hosted console
Browse files Browse the repository at this point in the history
  • Loading branch information
apoland committed Nov 22, 2023
1 parent 2a862b6 commit 064e5fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/docker-compose/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
certs/
db/
data/
Empty file.
Empty file.
4 changes: 3 additions & 1 deletion assets/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ services:
- ./config:/config
- ./policies:/policies
- ./certs:/certs
- ./data:/data
- ./db:/db
topaz-console:
container_name: topaz-console
image: ghcr.io/aserto-dev/self-hosted-console:0.0.1
image: ghcr.io/aserto-dev/self-hosted-console:0.0.6
ports:
- 8080:8080
environment:
Expand Down

0 comments on commit 064e5fe

Please sign in to comment.