diff options
| -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" |