WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.

chore: bump services

+9 -9
+4 -4
.github/workflows/general.yml
··· 41 41 valkey: 42 42 env: 43 43 VALKEY_EXTRA_FLAGS: "--port 63791 --save 60 1 --loglevel debug" 44 - image: valkey/valkey:8.0-alpine 44 + image: valkey/valkey:8.1.6-alpine 45 45 ports: 46 46 - 63791:63791 47 47 rustfs: ··· 52 52 RUSTFS_CORS_ALLOWED_ORIGINS: "*" 53 53 RUSTFS_REGION: global 54 54 RUSTFS_SECRET_KEY: S3SecretKeyx123456789 55 - image: rustfs/rustfs:1.0.0-alpha.76 55 + image: rustfs/rustfs:1.0.0-alpha.83 56 56 ports: 57 57 - 9002:9002 58 58 steps: ··· 134 134 valkey: 135 135 env: 136 136 VALKEY_EXTRA_FLAGS: "--port 63791 --save 60 1 --loglevel warning" 137 - image: valkey/valkey:8.0-alpine 137 + image: valkey/valkey:8.1.6-alpine 138 138 ports: 139 139 - 63791:63791 140 140 rustfs: ··· 145 145 RUSTFS_CORS_ALLOWED_ORIGINS: "*" 146 146 RUSTFS_REGION: global 147 147 RUSTFS_SECRET_KEY: S3SecretKeyx123456789 148 - image: rustfs/rustfs:1.0.0-alpha.76 148 + image: rustfs/rustfs:1.0.0-alpha.83 149 149 ports: 150 150 - 9002:9002 151 151 steps:
+5 -5
docker-compose.yml
··· 12 12 - newsletter-db:/var/lib/postgresql/data 13 13 newsletter-valkey: 14 14 command: valkey-server --save 60 1 --loglevel debug 15 - image: valkey/valkey:8.0-alpine 15 + image: valkey/valkey:8.1.6-alpine 16 16 env_file: .env 17 17 expose: 18 18 - 6379 ··· 28 28 expose: 29 29 - 9000 30 30 - 9001 31 - image: rustfs/rustfs:1.0.0-alpha.76 31 + image: rustfs/rustfs:1.0.0-alpha.83 32 32 networks: 33 33 - newsletter-net 34 34 ports: ··· 42 42 expose: 43 43 - 8025 44 44 - 1025 45 - image: axllent/mailpit:v1.28.0 45 + image: axllent/mailpit:v1.29.2 46 46 networks: 47 47 - newsletter-net 48 48 ports: ··· 62 62 - 54321:54321 63 63 newsletter-test-valkey: 64 64 command: valkey-server --port 63791 --save 60 1 --loglevel debug 65 - image: valkey/valkey:8.0-alpine 65 + image: valkey/valkey:8.1.6-alpine 66 66 env_file: .env.test 67 67 expose: 68 68 - 63791 ··· 76 76 expose: 77 77 - 9002 78 78 - 9003 79 - image: rustfs/rustfs:1.0.0-alpha.76 79 + image: rustfs/rustfs:1.0.0-alpha.83 80 80 networks: 81 81 - newsletter-test-net 82 82 ports: