feat(docker): add image specification to portal service in docker-compose.yml

Specify a pre-built image from GitHub Container Registry to enable faster deployments and avoid rebuilding from Dockerfile on every run.

lemon-mint committed Nov 5, 2025 at 10:51 UTC 801a9e0681dd18363f930ddd54dd0ff9cac464c8
1 file changed +1
docker-compose.yml
+1
@@ -1,5 +1,6 @@
1 services:
2 portal:
3 + image: ghcr.io/gosuda/portal:1
4 build:
5 context: .
6 dockerfile: Dockerfile