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 fa80599 commit d939189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.server:nightly
image: ghcr.io/snazzieslab/topica.server:latest
ports:
- 8080:8080
environment:
Expand All @@ -13,6 +13,6 @@ services:
volumes:
- ./auth.config.json:/app/auth.config.json
topica-ui:
image: ghcr.io/snazzieslab/topica.ui:nightly
image: ghcr.io/snazzieslab/topica.ui:latest
ports:
- 3000:80

0 comments on commit d939189

Please sign in to comment.