Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newswangerd/galaxy-compose-deploy
Deploy Galaxy NG using Docker
https://github.com/newswangerd/galaxy-compose-deploy
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-05T13:12:49.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:43:28.915Z (about 2 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`