Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update contributor image #25

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
version: '3'
services:
psibase:
image: ghcr.io/gofractally/psibase-contributor:55fcc91eeb39ea8c6d7e64c8f617db2786e35ae9
image: ghcr.io/gofractally/psibase-contributor:7581315f13f1edaff283a2e6ef0cad74aebbd45d
container_name: psibase-contributor
ports:
- 8080:8080
environment:
- VITE_SECURE_LOCAL_DEV=true
- VITE_SECURE_PATH_TO_CERTS=/root/certs/
# Manually update this whenever changes are made
- PSIBASE_CONTRIBUTOR_VERSION=0.1
volumes:
- type: volume
source: psibase-contributor
Expand Down