diff --git a/.gitignore b/.gitignore index 84501be..14cec82 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ internal/config/config.yaml docker storage/* !storage/0/ -!storage/0/**/* \ No newline at end of file +!storage/0/**/* +.env \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 2aa9d03..b5a5870 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,10 +18,8 @@ services: widget_db: image: postgres:16.3-alpine3.20 - environment: - POSTGRES_USER: postgres - POSTGRES_PASSWORD: postgres - POSTGRES_DB: postgres + env_file: + - .env networks: - donat-network ports: