Skip to content

Commit

Permalink
feat: add docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Mar 9, 2023
1 parent 8ad9031 commit 103df63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: "3.9"
services:
chem-py-microservice:
container_name: chem-py-microservice
image: europe-west3-docker.pkg.dev/coconut-366808/cheminformatics-python-microservice/chem-py-microservice:latest
ports:
- "8080:80"

0 comments on commit 103df63

Please sign in to comment.