diff options
| author | Fuwn <[email protected]> | 2021-08-29 04:34:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-29 04:34:22 -0700 |
| commit | b7e945293c99ea16da0591a02641314236360d2e (patch) | |
| tree | 0728e1ccb8b4aaaf0544846ed146060dfd9d1875 /docker-compose.yml | |
| parent | feat(license): create (diff) | |
| download | agate-compose-main.tar.xz agate-compose-main.zip | |
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..bb02d6d --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +agate: + ports: + - "1965:1965" + volumes: + - "./agate/gmi:/gmi" + - "./agate/.certificates:/app/.certificates" + environment: + - HOSTNAME=gem.rest # CHANGE THIS! + - LANG=en-US + image: "fuwn/agate:latest" |