This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
version 0.0.1
pull/44/head
Guillaume Vincent
8 years ago
parent
85d1fe12d3
commit
438b1c1c05
5 changed files
with
3 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-1
backend
+0
-3
docker-compose.prod.yml
+0
-2
docker-compose.yml
+1
-1
frontend
+ 1
- 0
.gitignore
View File
@@ -0,0 +1 @@
landing_page/
+ 1
- 1
backend
@@ -1 +1 @@
Subproject commit
536a57270a36d1ed64e0ac9c099f76fc8a7e8c3a
Subproject commit
bd1c0d3ab0013706405811d1be587c92521a3caf
+ 0
- 3
docker-compose.prod.yml
View File
@@ -9,9 +9,6 @@ services:
command: /usr/bin/supervisord
frontend:
restart: always
volumes:
- frontend:/frontend
command: npm start
nginx:
restart: always
environment:
+ 0
- 2
docker-compose.yml
View File
@@ -19,8 +19,6 @@ services:
ports:
- "80:80"
- "443:443"
environment:
- domain=www.lesspass.com
volumes:
- ./nginx/ssl:/certificates
volumes_from:
+ 1
- 1
frontend
@@ -1 +1 @@
Subproject commit
038ad30aee69ba1f1b15804065fa79421939cbc
b
Subproject commit
88463ccbc70999432b77aee7a5a1e1ede762f13
b
Write
Preview
Loading…
Cancel
Save