diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 20:40:49 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 20:40:49 +0300 |
| commit | 74ee6b327de8db0cf3ea8bd5a56040eb3fb02f08 (patch) | |
| tree | 38bd1d796224e68619023cac5904628beea7daaa /docker-compose.yml | |
| parent | 18210e2d54136a18b4ccf013cfa9971a797ddb47 (diff) | |
Small fixes, add Docker
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..97b3d78 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +version: '3' + +services: + aggro: + image: registry.digitalocean.com/jan-systems-registry/aggro:latest + build: + context: . + ports: + - 8080:8080 + volumes: + - ${PWD}/db.json:/app/db.json + - ${PWD}/.env:/app/.env + - ${PWD}/Aggrofile:/app/Aggrofile |
