diff options
| author | Fuwn <[email protected]> | 2021-06-08 02:10:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-08 02:10:28 +0000 |
| commit | 1fb86c4f227adbc5f15690cdee97973c4f965129 (patch) | |
| tree | 31b50e8bddabd2bf8acc76becdcb1aa91edd14aa /docker-compose.yml | |
| parent | docs(whirl_server): remove outdated comment (diff) | |
| download | whirl-1fb86c4f227adbc5f15690cdee97973c4f965129.tar.xz whirl-1fb86c4f227adbc5f15690cdee97973c4f965129.zip | |
refactor(docker): docker compose!
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..0ff6de5 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,9 @@ +version: '3.3' +services: + whirl: + ports: + - '8080:80' + - '6650:6650' + - '5673:5673' + container_name: Whirlsplash + image: whirlsplash/whirl |