Skip to content

Commit

Permalink
* Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
korsakovs committed Dec 28, 2023
1 parent 2c07f0d commit 8655b4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: merci-postgres
build:
context: .
dockerfile: docker/postgres/.Dockerfile
dockerfile: postgres.Dockerfile
environment:
- POSTGRES_DB=thank_you
- POSTGRES_USER=postgres
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
- THANK_YOU_DAO=${THANK_YOU_DAO}
build:
context: .
dockerfile: docker/bot/.Dockerfile
dockerfile: bot.Dockerfile
restart: always
networks:
- wwf_network
Expand Down
File renamed without changes.

0 comments on commit 8655b4c

Please sign in to comment.