Cleaned docker compose setup

This commit is contained in:
2024-06-10 19:07:26 +00:00
parent 92bc5cf4dc
commit 7ee439f002
5 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
ssl/*
uploads/*
#https dev certificates
*.pem

View File

@@ -14,7 +14,7 @@ RUN npm install
COPY . .
# Expose application port
EXPOSE 3000
EXPOSE 3001
# Start the application
CMD npm start

View File

@@ -3,8 +3,8 @@
ADMIN_PASSWORD = 'admin password here'
HOST = 'traque.rezel.net'
PORT = 3001
SSL_KEY = "../proxy/ssl/privkey.pem"
SSL_CERT = "../proxy/ssl/cert.pem"
SSL_KEY = "ssl/privkey.pem"
SSL_CERT = "ssl/cert.pem"
```
# Run dev version
First install the dependencies