ssh-chat/docker-compose.yml
Ayman Bagabas 06f78b4f8c
Release: Use GoReleaser for release
- use github actions and goreleaser to automatically build and publish
  release on new tags
- build binaries
- build dep/rpm packages for linux
- build docker images tagged with release version and 'latest' tag
- publish release on github releases
- publish docker images on github container registry
- replace `Dockerfile` with `Dockerfile.goreleaser`
- update `docker-compose.yml` to use `ghcr.io`
2021-08-26 18:28:17 -04:00

16 lines
289 B
YAML

version: '3.7'
services:
ssh-chat:
image: ghcr.io/shazow/ssh-chat:latest
ports:
- 2022:2022
restart: always
volumes:
- ./sshchat:/sshchat
command:
- --verbose
- --identity=id
- --bind=":2022"
- --admin=admins
- --motd=motd