From 62080d0c5469e67315ad69bc17e0751d9d5dd210 Mon Sep 17 00:00:00 2001 From: Aaron Cooper Date: Tue, 30 Jan 2024 01:36:52 +0000 Subject: [PATCH] Update docker-compose.yml --- Example/docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Example/docker-compose.yml b/Example/docker-compose.yml index 6d43aa2..3291032 100644 --- a/Example/docker-compose.yml +++ b/Example/docker-compose.yml @@ -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: @@ -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