Skip to content

Commit

Permalink
Change docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elizachi committed Oct 24, 2023
1 parent 62fb8d2 commit a4b22d9
Show file tree
Hide file tree
Showing 2 changed files with 996 additions and 1,053 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- 127.0.0.1:1337:1337
volumes:
- ./app-config.yaml:/usr/app/app-config.yaml
- ./app-config.local.yaml:/usr/app/app-config.local.yaml # строчка добавлена сюда
restart: unless-stopped

postgres:
Expand All @@ -19,4 +20,4 @@ services:
ports:
- 127.0.0.1:5432:5432
volumes:
- ./database:/var/lib/postgresql/data
- ./database:/var/lib/postgresql/data
Loading

0 comments on commit a4b22d9

Please sign in to comment.