Skip to content

Get docker compose working again in local/dev env #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ryanrdoherty opened this issue Mar 24, 2023 · 0 comments · May be fixed by #9
Open

Get docker compose working again in local/dev env #10

ryanrdoherty opened this issue Mar 24, 2023 · 0 comments · May be fixed by #9

Comments

@ryanrdoherty
Copy link
Member

Presumably this worked at one time but after updating to the latest deps esp. compute platform, a compose does not come up. Logs tell a story that postgres is brought down before the async platform can connect to it. Fix this up so it can serve as a proper example of a simple, working async service.

docker-compose-queue-db-1              | CREATE DATABASE
docker-compose-queue-db-1              | 
docker-compose-queue-db-1              | 
docker-compose-queue-db-1              | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
docker-compose-queue-db-1              | 
docker-compose-queue-db-1              | waiting for server to shut down...2023-03-24 05:05:04.654 UTC [36] LOG:  received fast shutdown request
docker-compose-queue-db-1              | .2023-03-24 05:05:04.662 UTC [36] LOG:  aborting any active transactions
docker-compose-queue-db-1              | 2023-03-24 05:05:04.663 UTC [36] LOG:  background worker "logical replication launcher" (PID 43) exited with exit code 1
docker-compose-queue-db-1              | 2023-03-24 05:05:04.663 UTC [38] LOG:  shutting down
docker-compose-queue-db-1              | 2023-03-24 05:05:04.743 UTC [36] LOG:  database system is shut down
docker-compose-queue-db-1              |  done
docker-compose-queue-db-1              | server stopped
docker-compose-queue-db-1              | 
docker-compose-queue-db-1              | PostgreSQL init process complete; ready for start up.
docker-compose-queue-db-1              | 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant