AS a developer, I want the docker compose files to use .env when composing up #288

Closed
opened 2023-04-30 16:11:44 +01:00 by Vylpes · 1 comment
Owner

Story Points: 3


AS a developer, I want the docker compose files to use the .env when composing up
SO THAT I can keep the passwords secret out of source control

Acceptance Criteria

AS a developer
GIVEN I want to compose up the docker containers
WHEN I run docker compose up -d
THEN the command should use the variables from the .env file

Subtasks

  • Update compose file to use the .env variables
  • Update Drone CI to use the repository secrets for the environment variables

Notes

  • Will also need to ensure that Drone is updated for this change
Story Points: 3 --- AS a developer, I want the docker compose files to use the .env when composing up SO THAT I can keep the passwords secret out of source control ## Acceptance Criteria AS a developer GIVEN I want to compose up the docker containers WHEN I run `docker compose up -d` THEN the command should use the variables from the `.env` file ## Subtasks - [ ] Update compose file to use the `.env` variables - [ ] Update Drone CI to use the repository secrets for the environment variables ## Notes - Will also need to ensure that Drone is updated for this change
Vylpes added the
type
story
needs criteria
needs estimate
labels 2023-04-30 16:11:51 +01:00
Vylpes added this to the 3.3 milestone 2023-04-30 16:11:53 +01:00
Vylpes changed title from Use docker secrets for docker compose files to AS a developer, I want the docker compose files to use .env when composing up 2023-10-22 14:15:42 +01:00
Vylpes removed the
needs criteria
label 2023-10-22 14:18:27 +01:00
Vylpes removed the
needs estimate
label 2023-12-03 14:10:09 +00:00
Author
Owner

This was done as part of the migration to forgejo actions

This was done as part of the migration to forgejo actions
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/vylbot-app#288
No description provided.