diff options
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/.gitignore | 2 | ||||
| -rw-r--r-- | ci/docker-compose.yaml.example (renamed from ci/docker-compose.yaml) | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ci/.gitignore b/ci/.gitignore index 7ca3a5c..416ae59 100644 --- a/ci/.gitignore +++ b/ci/.gitignore @@ -1,2 +1,2 @@ tmp -docker-start.tar.xz +docker-compose.yaml diff --git a/ci/docker-compose.yaml b/ci/docker-compose.yaml.example index 930ed8b..b9192a2 100644 --- a/ci/docker-compose.yaml +++ b/ci/docker-compose.yaml.example @@ -16,6 +16,9 @@ services: source: /tmp/snow target: /tmp/snow - type: bind + source: ${OLO_PROJECT_HOME} + target: ${OLO_PROJECT_HOME} + - type: bind source: ~/.aws target: /home/${OLO_USERNAME}/.aws - type: bind |
