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

Docker v1 #5

Merged
merged 6 commits into from
May 22, 2024
Merged

Docker v1 #5

merged 6 commits into from
May 22, 2024

Conversation

chrischivlog
Copy link
Member

Changes Introduced

  • Developers can now access the API inside the Docker container
  • Docker container now exposed to port 8080

Description

This update includes modifications to the Docker setup to allow developers to access the API inside the Docker container. Additionally, the Docker container is now configured to be exposed on port 8080, making it accessible via localhost:8080.

Instructions

To run the Docker image infinityheroesbot:latest on port 8080, use the following command:

docker run -d -p 8080:8080 infinityheroesbot:latest

Kleinere Tests mit Docker
Docker file wurde angepasst und lädt nun direkt aus dem GitHub Repo alle notwendigen Daten herunter.
Zu dem Image wurde ein Webinterface hinzugefügt welches über <url>/exports/ erreicht wird kann als GET API genutzt werden.
+ Developers can now access the API inside the Docker container
+ Docker container now expoesed to 8080
@chrischivlog chrischivlog added the enhancement New feature or request label May 22, 2024
@EckigerLuca EckigerLuca merged commit 0ce97f8 into main May 22, 2024
3 checks passed
@EckigerLuca
Copy link
Collaborator

Ich muss mich auch mal wieder dran setzen 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants