We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update readme steps to have docker config as alternative to supervisor for aav4
Update base image to have bot_conf.py mapped x-allianceauth-base: # image: ${AA_DOCKER_TAG?err} &allianceauth-base build: context: . dockerfile: custom.dockerfile args: AA_DOCKER_TAG: ${AA_DOCKER_TAG?err} restart: always env_file: - ./.env volumes: ... - ./conf/bot_conf.py:/home/allianceauth/myauth/bot_conf.py ... allianceauth_discordbot: container_name: allianceauth_discordbot <<: [ *allianceauth-base ] restart: on-failure:1 entrypoint: [ "python", "/home/allianceauth/myauth/bot_conf.py" ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
update readme steps to have docker config as alternative to supervisor for aav4
The text was updated successfully, but these errors were encountered: