Skip to content

Commit fbe705d

Browse files
committed
dockercompose
1 parent d18d0db commit fbe705d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.7-6-g7d6bd40
2+
_commit: v0.0.7-7-gbddb576
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

template/.devcontainer/docker-compose.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- "{% endraw %}{{ ssh_port_number }}{% raw %}:2222"
1616
environment:
1717
- AWS_PROFILE=localstack
18-
- AWS_DEFAULT_REGION={% endraw %}{{ aws_region_for_stack }}{% raw %}
18+
- AWS_DEFAULT_REGION={% endraw %}{{ aws_region_for_stack if aws_region_for_stack else "us-east-1" }}{% raw %}
1919

2020

2121
volumes:

0 commit comments

Comments
 (0)