Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Jan 30, 2024
1 parent 289eec8 commit 62080d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tapico

services:
topica-server:
image: ghcr.io/snazzieslab/topica:nightly
image: ghcr.io/snazzieslab/topica.server:nightly
ports:
- 8080:8080
environment:
Expand All @@ -12,3 +12,7 @@ services:
DbConnectionString:
volumes:
- ./auth.config.json:/app/auth.config.json
topica-ui:
image: ghcr.io/snazzieslab/topica.ui:nightly
ports:
- 3000:8080

0 comments on commit 62080d0

Please sign in to comment.