We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a896f1 commit 48afc6aCopy full SHA for 48afc6a
.env.sample
@@ -1,3 +1,4 @@
1
+GAMCFGDIR=/home/compiler/.config/compiler-admin/gam
2
HARVEST_CLIENT_NAME=Client1
3
HARVEST_DATA=data/harvest-sample.csv
4
TOGGL_DATA=data/toggl-sample.csv
compose.yaml
@@ -4,8 +4,8 @@ services:
context: .
5
dockerfile: .devcontainer/Dockerfile
6
image: compiler_admin:dev
7
- environment:
8
- GAMCFGDIR: /home/compiler/.config/compiler-admin/gam
+ env_file:
+ - .env
9
entrypoint: sleep infinity
10
volumes:
11
- .:/home/compiler/admin
0 commit comments