https://github.com/newswangerd/galaxy-compose-deploy
Deploy Galaxy NG using Docker
https://github.com/newswangerd/galaxy-compose-deploy
Last synced: 2 months ago
JSON representation
Deploy Galaxy NG using Docker
- Host: GitHub
- URL: https://github.com/newswangerd/galaxy-compose-deploy
- Owner: newswangerd
- Created: 2023-05-05T13:06:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T13:12:49.000Z (about 2 years ago)
- Last Synced: 2025-01-18T00:22:59.945Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steps to deploy Galaxy NG
0. Installer docker compose
1. Clone this repository: `git clone https://github.com/newswangerd/galaxy-compose-deploy.git`
2. Set "HOSTNAME" in `docker-compose.yaml` to the IP address or DNS host that you wish to run galaxy on.
3. Start docker compose: `docker compose up -d`. Give it a minute to spin up and then navigate to https://HOSTNAME in your browser to check if it's running.
4. Create an admin user: `docker compose exec galaxy pulpcore-manager createsuperuser`