Skip to content

Commit

Permalink
modificação no docker-compose na configuração para o nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Mar 29, 2024
1 parent a6dfdf7 commit 56bb0b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ services:
image: nginx:latest
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- /etc/letsencrypt:/etc/letsencrypt:ro
environment:
- FLASK_SERVER_ADDR=app:5000
- DOMAIN=cleverson.online
depends_on:
- app
ports:
- "80:80"
- "80:80"
- "443:443"

app:
build:
Expand Down

0 comments on commit 56bb0b3

Please sign in to comment.