Compare commits

..

No commits in common. 'ac4e28bd56d002bd4c8b7e2dc6f855e6a8837c96' and '045faf59a4be428e1c520f1182da2e157c26f56b' have entirely different histories.

@ -9,9 +9,6 @@
- change the values in `.env` and `.env_db`
you can use `mix phx.gen.secret` to generate secrets.
update the PHX_HOST to your domain name.
- if you don't want to pull the pre-built container
- uncomment the part to build the image in the `docker-compose.yaml` file
- comment the image part to avoid pulling.
- run `docker compose up -d`
- run migrations `docker exec -it dbi bin/migrate`
- open the url (`PHX_HOST`) in a browser.

@ -17,10 +17,8 @@ services:
web:
# to build the image
#build:
# context: .
# to pull the pre-built image
image: git.kklochko.space/kklochko/decentralised_book_index:latest
build:
context: .
container_name: dbi
ports:
- 4000:4000

Loading…
Cancel
Save