Skip to content

Commit

Permalink
Add a Docker compose file for testing server
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Oct 30, 2023
1 parent ccd0f67 commit 4893d4e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Provides a configuration for running Butler Server in docker against
# test data from the ci_hsc_gen3 package. Assumes that ci_hsc_gen3
# has been built via lsstsw in a directory adjacent to the directory
# containing this file.
services:
butler:
build: .
ports:
- "8080:8080"
environment:
BUTLER_SERVER_BUTLER_ROOT: "/butler_root"
volumes:
- ../ci_hsc_gen3/DATA:/butler_root

0 comments on commit 4893d4e

Please sign in to comment.