diff --git a/Makefile b/Makefile deleted file mode 100644 index f7c9f71..0000000 --- a/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -.PHONY: install - -install: - @pip install -r requirements.txt diff --git a/docker-compose.yml b/docker-compose.yml index 4416e8e..b56a7bc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,15 +8,16 @@ services: ports: - "15000:5000" - - "80:80" - - "443:443" + - "7980:80" + - "7443:443" - "8404:8404" volumes: - ./config:/app/config - ./haproxy:/etc/haproxy - ./logs:/var/log - + - ./ssl:/app/ssl + environment: - FLASK_ENV=production - FLASK_APP=app.py