diff options
| author | Mel <einebeere@gmail.com> | 2022-02-20 02:12:44 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-02-20 02:24:18 +0100 |
| commit | 930afe034a41bee7b0888d734317116eef221a64 (patch) | |
| tree | b20881f83f16f0255d4047d9620522c2ff8f9039 /docker-compose.yml | |
| parent | 2eb214d74acb7f5cf4cb6271b30d6589192f7018 (diff) | |
| download | rook-930afe034a41bee7b0888d734317116eef221a64.tar.zst rook-930afe034a41bee7b0888d734317116eef221a64.zip | |
Create Docker setup
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..8ce0c56 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,14 @@ +version: "3.7" + +services: + rook: + build: + context: . + args: + - SECRET_KEY_BASE=$SECRET_KEY_BASE + container_name: rook + ports: + - "127.0.0.1:$PORT:$PORT" + environment: + - SECRET_KEY_BASE + - PORT |
