Go to file
2024-06-26 12:55:28 +03:00
.mvn/wrapper initial commit 2024-06-26 12:48:26 +03:00
src initial commit 2024-06-26 12:48:26 +03:00
.dockerignore initial commit 2024-06-26 12:48:26 +03:00
.gitignore initial commit 2024-06-26 12:48:26 +03:00
compose.yaml initial commit 2024-06-26 12:48:26 +03:00
Dockerfile initial commit 2024-06-26 12:48:26 +03:00
mvnw initial commit 2024-06-26 12:48:26 +03:00
mvnw.cmd initial commit 2024-06-26 12:48:26 +03:00
pom.xml initial commit 2024-06-26 12:48:26 +03:00
README.Docker.md update readme 2024-06-26 12:55:28 +03:00

Building and running application

Set up environment variables:

AWS_ACCESS_KEY_ID="your-access-key-id" AWS_SECRET_ACCESS_KEY="your-secret-key-id" AWS_BUCKET_NAME="your-bucket-name"

When you're ready, start application by running: docker compose up --build.

Application will be available at http://localhost:8001.