when I start atlantis with docker-compose.yaml, it says atlantis.env not found. Where can I get this file?
atlantis:
depends_on:
- redis
build:
context: .
dockerfile: Dockerfile.dev
ports:
- 4141:4141
volumes:
- ${HOME}/.ssh:/.ssh:ro
- ${PWD}:/atlantis/src:ro
# Contains the flags that atlantis uses in env var form
env_file:
- atlantis.env
when I start atlantis with docker-compose.yaml, it says atlantis.env not found. Where can I get this file?