social-app icon indicating copy to clipboard operation
social-app copied to clipboard

Remove obsolete 'version' from docker-compose.yml

Open trivikr opened this issue 3 months ago • 0 comments

Fixes: https://github.com/bluesky-social/social-app/issues/6535

No warning is shown

$ yarn e2e:mock-server                                             
yarn run v1.22.19
$ NODE_ENV=development ./jest/dev-infra/with-test-redis-and-db.sh ts-node --project tsconfig.e2e.json __e2e__/mock-server.ts
[+] Running 2/2
 ✔ Container dev-infra-redis_test-1  Healthy                                                                                                     1.1s 
 ✔ Container dev-infra-db_test-1     Healthy                                                                                                     1.6s 
Mock server manager listening on 1986

trivikr avatar Nov 19 '24 20:11 trivikr