chore: rename from maybe to sure (#28)

This commit is contained in:
Daddie0
2025-07-28 07:31:13 +02:00
committed by GitHub
parent fb185215e5
commit 1d0cdb94d9

View File

@@ -17,7 +17,7 @@
#
# To run this, you should read the setup guide:
#
# https://github.com/maybe-finance/maybe/blob/main/docs/hosting/docker.md
# https://github.com/we-promise/sure/blob/main/docs/hosting/docker.md
#
# Troubleshooting:
# ----------------
@@ -46,7 +46,7 @@ x-rails-env: &rails_env
services:
web:
image: ghcr.io/maybe-finance/maybe:latest
image: ghcr.io/we-promise/sure:latest
volumes:
- app-storage:/rails/storage
ports:
@@ -60,10 +60,10 @@ services:
redis:
condition: service_healthy
networks:
- maybe_net
- sure_net
worker:
image: ghcr.io/maybe-finance/maybe:latest
image: ghcr.io/we-promise/sure:latest
command: bundle exec sidekiq
restart: unless-stopped
depends_on:
@@ -72,7 +72,7 @@ services:
environment:
<<: *rails_env
networks:
- maybe_net
- sure_net
db:
image: postgres:16
@@ -87,7 +87,7 @@ services:
timeout: 5s
retries: 5
networks:
- maybe_net
- sure_net
redis:
image: redis:latest
@@ -100,7 +100,7 @@ services:
timeout: 5s
retries: 5
networks:
- maybe_net
- sure_net
volumes:
app-storage:
@@ -108,5 +108,5 @@ volumes:
redis-data:
networks:
maybe_net:
sure_net:
driver: bridge