diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-01-05 16:39:27 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-01-05 16:39:27 +0200 |
| commit | a30243933e4d6a9095151e7f2be0090530bc1a87 (patch) | |
| tree | 7bbeb789375ead153d91dfb9a92296bd4ce0df9b /swarm-compose.yml | |
| parent | 014874367d7800aafbcf3ce624380b19a5cfe781 (diff) | |
Add Docker
Diffstat (limited to 'swarm-compose.yml')
| -rw-r--r-- | swarm-compose.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swarm-compose.yml b/swarm-compose.yml new file mode 100644 index 0000000..14309fc --- /dev/null +++ b/swarm-compose.yml @@ -0,0 +1,6 @@ +version: '3.2' +services: + jouluintegraalipeli: + image: registry.jan.systems/jouluintegraalipeli + ports: + - 8003:80 |
