Skip to content

Commit 48afc6a

Browse files
committed
chore(devcontainer): launch with .env file
1 parent 0a896f1 commit 48afc6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GAMCFGDIR=/home/compiler/.config/compiler-admin/gam
12
HARVEST_CLIENT_NAME=Client1
23
HARVEST_DATA=data/harvest-sample.csv
34
TOGGL_DATA=data/toggl-sample.csv

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ services:
44
context: .
55
dockerfile: .devcontainer/Dockerfile
66
image: compiler_admin:dev
7-
environment:
8-
GAMCFGDIR: /home/compiler/.config/compiler-admin/gam
7+
env_file:
8+
- .env
99
entrypoint: sleep infinity
1010
volumes:
1111
- .:/home/compiler/admin

0 commit comments

Comments
 (0)