Skip to content

Commit 16ecec1

Browse files
committed
Use env file
1 parent f886baa commit 16ecec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
services:
22
api:
33
image: ${account_id}.dkr.ecr.us-west-1.amazonaws.com/go-capture:${image_hash}
4+
env_file:
5+
- .env
46
ports:
57
- 8000:8000

0 commit comments

Comments
 (0)