File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 runs-on : ubuntu-latest
4949 services :
5050 postgres :
51- image : postgres:16 -alpine
51+ image : postgres:18 -alpine
5252 env :
5353 POSTGRES_DB : glean_test
5454 POSTGRES_USER : glean
Original file line number Diff line number Diff line change 88
99services :
1010 postgres :
11- image : postgres:16 -alpine
11+ image : postgres:18 -alpine
1212 container_name : glean-dev-postgres
1313 restart : unless-stopped
1414 environment :
Original file line number Diff line number Diff line change 1919
2020services :
2121 postgres :
22- image : postgres:16 -alpine
22+ image : postgres:18 -alpine
2323 container_name : glean-postgres
2424 environment :
2525 POSTGRES_DB : ${POSTGRES_DB:-glean}
Original file line number Diff line number Diff line change 66
77services :
88 postgres-test :
9- image : postgres:16 -alpine
9+ image : postgres:18 -alpine
1010 container_name : glean-test-postgres
1111 environment :
1212 POSTGRES_DB : glean_test
Original file line number Diff line number Diff line change 1717
1818services :
1919 postgres :
20- image : postgres:16 -alpine
20+ image : postgres:18 -alpine
2121 container_name : glean-postgres
2222 environment :
2323 POSTGRES_DB : ${POSTGRES_DB:-glean}
You can’t perform that action at this time.
0 commit comments