This repository provides Docker configurations for deploying the Galaxy platform in containerized environments.
- Pre-configured Galaxy Docker images
- Easy setup and deployment
- Customizable environment variables
-
Clone the repository:
git clone https://github.com/johnnas12/galaxy-docker.git cd galaxy-docker
-
Build and run the Docker container:
docker compose up -d --build
-
Access Galaxy: Open your browser and navigate to
http://localhost:8080
.
- Edit the
Dockerfile
anddocker-compose.yml
to customize your setup. - Set environment variables as needed.