diff --git a/compose.prod.yml b/compose.prod.yml index 6e20e2c..a1b5c6d 100644 --- a/compose.prod.yml +++ b/compose.prod.yml @@ -32,7 +32,7 @@ services: - ${BACKUP_DIR:-./backend/backups}/user_uploads:/backups cloudflared: # Cloudflared tunnel to cml-relab.org - image: cloudflare/cloudflared:latest@sha256:89ee50efb1e9cb2ae30281a8a404fed95eb8f02f0a972617526f8c5b417acae2 + image: cloudflare/cloudflared:latest@sha256:404528c1cd63c3eb882c257ae524919e4376115e6fe57befca8d603656a91a4c command: tunnel --no-autoupdate run env_file: .env # Should contain TUNNEL_TOKEN variable pull_policy: always diff --git a/compose.yml b/compose.yml index d9c0d01..4b16a84 100644 --- a/compose.yml +++ b/compose.yml @@ -32,7 +32,7 @@ services: - user_uploads:/opt/relab/backend/data/uploads database: - image: postgres:18@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f + image: postgres:18@sha256:b6b4d0b75c699a2c94dfc5a94fe09f38630f3b67ab0e1653ede1b7ac8e13c197 env_file: ./backend/.env healthcheck: test: # Check if the database is ready to accept connections @@ -45,7 +45,7 @@ services: - database_data:/var/lib/postgresql docs: - image: squidfunk/mkdocs-material:9@sha256:980e11fed03b8e7851e579be9f34b1210f516c9f0b4da1a1457f21a460bd6628 + image: squidfunk/mkdocs-material:9@sha256:3bba0a99bc6e635bb8e53f379d32ab9cecb554adee9cc8f59a347f93ecf82f3b restart: unless-stopped volumes: - ./docs:/docs