snypy / snypy-docker

Docker setup for running SnyPy
MIT License
34 stars 3 forks source link

The description and development are not clear and we don't understand composes. #18

Closed juanico10 closed 1 year ago

juanico10 commented 1 year ago

Hello,

I've been trying to figure out how the docker-compose you have in the repository work. Can you tell us the steps to follow? The description and development are not clear and we don't understand composes.

Best regards, Juan.

nezhar commented 1 year ago

There is a quick setup guide in the readme https://github.com/snypy/snypy-docker#setup-application

Can you detail where you exactly have issues with the setup? I'm glad to use your input in order to extend the guide.

juanico10 commented 1 year ago

Hello!

I have created a container with this data:

volumes: db_data:

services: db: image: postgres volumes:

2022-12-11 00:43:19.511 UTC [47] ERROR:  relation "users_user" does not exist at character 291
snypy-test-db-1      | 2022-12-11 00:43:19.511 UTC [47] STATEMENT:  SELECT "users_user"."id", "users_user"."password", "users_user"."last_login", "users_user"."is_superuser", "users_user"."username", "users_user"."first_name", "users_user"."last_name", "users_user"."email", "users_user"."is_staff", "users_user"."is_active", "users_user"."date_joined" FROM "users_user" WHERE "users_user"."username" = 'admin' LIMIT 21

I would love to help develop the project. You can write me to email and we get in touch by telegram, I would like to help the project.

Best regards juan

ztobs commented 1 year ago

Get solution to your new issue in https://github.com/snypy/snypy-docker/issues/17

nezhar commented 1 year ago

@JuanRodenas The steps in the readme are now extended, can you try it one more time?