aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-30 03:58:01 -0700
committerFuwn <[email protected]>2022-03-30 03:58:01 -0700
commite9bb8acc8079db1a3f2d24e818554185295da7b0 (patch)
treeb9e3de013d28f8672cbf5c9d2a8f70566540930b
parentfix: reverts (diff)
downloadlocus-e9bb8acc8079db1a3f2d24e818554185295da7b0.tar.xz
locus-e9bb8acc8079db1a3f2d24e818554185295da7b0.zip
fix: reverts
-rw-r--r--Cargo.toml3
-rw-r--r--docker-compose.yaml2
2 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f663b83..8393d1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"