Skip to content

Instantly share code, notes, and snippets.

@suggoitanoshi
Last active April 22, 2022 04:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suggoitanoshi/8aa4eccc0b1df4ca63a01beceb65546a to your computer and use it in GitHub Desktop.
Save suggoitanoshi/8aa4eccc0b1df4ca63a01beceb65546a to your computer and use it in GitHub Desktop.
A bundled docker-compose for docker-gc (https://hub.docker.com/r/siakbary/dockergc)
version: '3'
services:
mongodb:
image: mongo
ports:
- "27017:27017"
grasscutter:
image: siakbary/dockergc:dev-1.7
command: -d 'mongodb://mongodb:27017' -b 'localhost' # EDIT: database now uses URI
ports:
- "22102:22102/udp"
- "443:443/tcp"
- "80:80/tcp"
depends_on:
- mongodb
stdin_open: true
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment