diff --git a/docker-compose.yml b/docker-compose.yml index dea2bf8..bd21cbc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,9 @@ -version: '3.3' +version: '2.0' services: api: build: ./back + image: reimbursinator_back command: gunicorn --bind 0.0.0.0:444 --keyfile /etc/ssl/private/selfsigned.key --certfile /etc/ssl/private/selfsigned.crt reimbursinator.wsgi:application #volumes: # - ./app/:/usr/src/back/ @@ -12,6 +13,7 @@ services: - SECRET_KEY=please_change web: build: ./front + image: reimbursinator_front image: nginx:1.10.3 ports: - "8443:443" diff --git a/front/static/dashboard.html b/front/static/dashboard.html index e6f0aa2..c25f1dc 100644 --- a/front/static/dashboard.html +++ b/front/static/dashboard.html @@ -1,15 +1,32 @@ - +
- - - - + + + + + +- - +
+ ++ + diff --git a/front/static/signup.html b/front/static/signup.html index aca7e42..c6a6866 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -3,15 +3,21 @@
+ - - + +