mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
Cleaned docker compose setup
This commit is contained in:
1
traque-back/.gitignore
vendored
1
traque-back/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
ssl/*
|
||||
uploads/*
|
||||
#https dev certificates
|
||||
*.pem
|
||||
|
||||
@@ -14,7 +14,7 @@ RUN npm install
|
||||
COPY . .
|
||||
|
||||
# Expose application port
|
||||
EXPOSE 3000
|
||||
EXPOSE 3001
|
||||
|
||||
# Start the application
|
||||
CMD npm start
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user