- Change redis to v6-alpine in docker-compose.yml
- Add
POSTGRES_USERNAME=postgres
inconfig/env
- Add nginx to the docker-compose.yml and rename openlab-projects to openlab in nginx service
- Remove ports binding in service openlab, in docker-compose.yml
- Remove volumes
config/nginx
andletsencrypt
in service openlab, in docker-compose.yml - In
config/nginx/openlab.conf
changeupstream puma { server unix:/...; }
toupstream puma { server openlab:3300; }
docker-compose down && docker-compose up -d