Skip to content

Commit

Permalink
Optional .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Mar 16, 2024
1 parent 0063ac5 commit 3e89ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .env

This file was deleted.

5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '3.9'
services:
db:
image: db:v1
Expand All @@ -25,7 +25,8 @@ services:
context: .
dockerfile: import.Dockerfile
env_file:
- .env
- path: .env
required: false
depends_on:
- db
volumes:
Expand Down

0 comments on commit 3e89ecb

Please sign in to comment.