Skip to content

Commit

Permalink
Add a docker-compose file for easy spin-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
oparry-ukaea committed May 26, 2022
1 parent 21ef6ff commit 4cf252a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Dockerfile
docker-compose.yml
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.9'

services:
nektar-driftwave:
image: nektar-driftwave:0.0.1
build: .
container_name: nektar-driftwave
# Keep container alive
entrypoint: "tail -f /dev/null"

0 comments on commit 4cf252a

Please sign in to comment.