diff options
| author | Fuwn <[email protected]> | 2022-01-20 16:03:08 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-20 16:03:08 -0800 |
| commit | 8070becd846a5b59b0ee32015d02eb00a2652f4e (patch) | |
| tree | e4bb4d40792d75bcb7649ca56b36239753489ad0 /docker-compose.yml | |
| download | bowl-8070becd846a5b59b0ee32015d02eb00a2652f4e.tar.xz bowl-8070becd846a5b59b0ee32015d02eb00a2652f4e.zip | |
bowl: :star:
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..56df17c --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +services: + bowl: + ports: + - 8080:8080 + volumes: + - ./.bowl:/app/.bowl + environment: + GIN_MODE: release + ACCESS_CODE: test + image: fuwn/bowl:latest |