diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-01-31 21:36:07 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-01-31 21:36:07 +0200 |
| commit | 1d7e12b9b7be6375dff11e29739f4f0e78fbc31a (patch) | |
| tree | 1c1dc35a4c20528dd29f377cfb4cd243ab35fe5c /swarm-compose.yml | |
Initial commitmaster
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..d7eb38e --- /dev/null +++ b/swarm-compose.yml @@ -0,0 +1,6 @@ +version: '3.2' +services: + jereroll: + image: registry.jan.systems/jereroll:v4 + ports: + - 8006:8080 |
