diff options
| author | Fuwn <[email protected]> | 2022-03-30 03:58:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-30 03:58:01 -0700 |
| commit | e9bb8acc8079db1a3f2d24e818554185295da7b0 (patch) | |
| tree | b9e3de013d28f8672cbf5c9d2a8f70566540930b | |
| parent | fix: reverts (diff) | |
| download | locus-e9bb8acc8079db1a3f2d24e818554185295da7b0.tar.xz locus-e9bb8acc8079db1a3f2d24e818554185295da7b0.zip | |
fix: reverts
| -rw-r--r-- | Cargo.toml | 3 | ||||
| -rw-r--r-- | docker-compose.yaml | 2 |
2 files changed, 0 insertions, 5 deletions
@@ -40,9 +40,6 @@ yarte = "0.15.6" # RNG rand = "0.8.5" -# Environment Variables -dotenv = "0.15.0" - [build-dependencies] # Templates yarte = "0.15.6" diff --git a/docker-compose.yaml b/docker-compose.yaml index 8a5175e..3da776b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,6 +4,4 @@ services: - "1965:1965" volumes: - "./.locus:/locus/.locus" - environment: - - "PORT=1965" image: "fuwn/locus:latest" |