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

build(compose): bump Compose container images #64

Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/device-backend-processing-segmenter:2024.0.0
image: ghcr.io/planktoscope/device-backend-processing-segmenter:2024.0.0@sha256:a149e8306c2ac75ce0b286a5a90b53eabaae17c1fd3730dd093d0588d8a7b5e3
extra_hosts:
- host.docker.internal:host-gateway
networks:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/apps/planktoscope/docs/compose-full-site.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:2024.0.0
image: ghcr.io/planktoscope/project-docs:2024.0.0@sha256:901d3eb9a32eb5222a6e13bcdc7741ff686754d4611ad2e6d6ca033ea3bb4e41
2 changes: 1 addition & 1 deletion packages/core/apps/planktoscope/docs/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:2024.0.0-minimal
image: ghcr.io/planktoscope/project-docs:2024.0.0-minimal@sha256:05c8dcd0b38844d41e0352f80ed95181459bd7d08aa83ceccc3e8baac27d6b6b
volumes:
- server-data:/data
- server-config:/config
Expand Down
Loading