Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*.swp
.env
.docker-compose.scale.yml*
4 changes: 2 additions & 2 deletions adminer/projects/adminer/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
# AWS SSO使用時のみコメントを外してください:
# - ~/.aws:/home/ubuntu/.aws
env_file:
- ${DEVBASE_ROOT}/.env
# devbase(PLAN35) 機密は環境変数で注入: - ${DEVBASE_ROOT}/.env
- env
- .env
# devbase(PLAN35) 機密は環境変数で注入: - .env
group_add: ["${DOCKER_GID}"]
command: tail -f /dev/null
working_dir: /work
Expand Down
4 changes: 2 additions & 2 deletions ai-plugins/projects/ai-plugins/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
# AWS SSO使用時のみコメントを外してください:
# - ~/.aws:/home/ubuntu/.aws
env_file:
- ${DEVBASE_ROOT}/.env
# devbase(PLAN35) 機密は環境変数で注入: - ${DEVBASE_ROOT}/.env
- env
- .env
# devbase(PLAN35) 機密は環境変数で注入: - .env
group_add: ["${DOCKER_GID}"]
command: tail -f /dev/null
working_dir: /work
Expand Down
4 changes: 2 additions & 2 deletions devbase/projects/devbase/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
# - ~/.aws:/home/ubuntu/.aws
- ~/devbase:/work/devbase
env_file:
- ${DEVBASE_ROOT}/.env
# devbase(PLAN35) 機密は環境変数で注入: - ${DEVBASE_ROOT}/.env
- env
- .env
# devbase(PLAN35) 機密は環境変数で注入: - .env
group_add: ["${DOCKER_GID}"]
command: tail -f /dev/null
working_dir: /work
Expand Down
2 changes: 1 addition & 1 deletion github_work_time/projects/github_work_time/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env_file:
- ${DEVBASE_ROOT}/.env
# devbase(PLAN35) 機密は環境変数で注入: - ${DEVBASE_ROOT}/.env
- env
- .env
group_add: ["${DOCKER_GID}"]
Expand Down
2 changes: 1 addition & 1 deletion md-specgen/projects/md-specgen/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env_file:
- ${DEVBASE_ROOT}/.env
# devbase(PLAN35) 機密は環境変数で注入: - ${DEVBASE_ROOT}/.env
- env
- .env
group_add: ["${DOCKER_GID}"]
Expand Down
2 changes: 1 addition & 1 deletion tmllib/projects/tmllib/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# AWS SSO使用時のみコメントを外してください:
# - ~/.aws:/home/ubuntu/.aws
env_file:
- ${DEVBASE_ROOT}/.env
# devbase(PLAN35) 機密は環境変数で注入: - ${DEVBASE_ROOT}/.env
- env
- .env
group_add: ["${DOCKER_GID}"]
Expand Down