Last active
July 25, 2021 19:22
-
-
Save RodrigoATorres/9bf63817617407e56bb5a4de052ec0ac to your computer and use it in GitHub Desktop.
Docker compose file for running Rony-CI container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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