Skip to content
New issue

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

Add Docker support #185

Closed
MrDave1999 opened this issue Apr 20, 2023 · 1 comment · Fixed by #224
Closed

Add Docker support #185

MrDave1999 opened this issue Apr 20, 2023 · 1 comment · Fixed by #224
Labels
deployment Issue or pull request related to deployment
Milestone

Comments

@MrDave1999
Copy link
Member

MrDave1999 commented Apr 20, 2023

The following files should be created:

  • Dockerfile
  • docker-compose.yml: It has three services: webapi, database and InDirectLine.

Must also create the InDirectLine image and upload it in DockerHub to use it from docker-compose.yml.

The client must perform the following steps to deploy the back-end:

  • Clone the repository.
  • Configure the .env file.
  • Execute the command: docker compose up --build -d.
@MrDave1999 MrDave1999 added this to the Backlog milestone Apr 20, 2023
@MrDave1999 MrDave1999 added the deployment Issue or pull request related to deployment label Apr 20, 2023
@MrDave1999 MrDave1999 modified the milestones: Backlog, v1.0.0-alpha.11, v1.0.0-alpha.12 Jul 16, 2023
@MrDave1999 MrDave1999 modified the milestones: v1.0.0-alpha.11, v1.0.0-alpha.12 Aug 21, 2023
@MrDave1999 MrDave1999 modified the milestones: v1.0.0-alpha.12, Backlog Oct 23, 2023
@MrDave1999 MrDave1999 modified the milestones: Backlog, Working Set Jan 31, 2024
@MrDave1999
Copy link
Member Author

InDirectLine image is created here: https://hub.docker.com/repository/docker/mrdave1999/indirectline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Issue or pull request related to deployment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant