Skip to content

Instantly share code, notes, and snippets.

@RodrigoATorres
Last active July 25, 2021 19:22
Show Gist options
  • Save RodrigoATorres/9bf63817617407e56bb5a4de052ec0ac to your computer and use it in GitHub Desktop.
Save RodrigoATorres/9bf63817617407e56bb5a4de052ec0ac to your computer and use it in GitHub Desktop.
Docker compose file for running Rony-CI container
version: '3.7'
services:
rony-ci:
image:
ratorres7/rony-ci-test:0.0.1-terraform1.0.3
volumes:
- ./infrastructure:/infrastructure
working_dir: /infrastructure
environment:
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment