Skip to content

Commit

Permalink
ssl network managed
Browse files Browse the repository at this point in the history
  • Loading branch information
MohdSaleh committed Aug 3, 2023
1 parent 8440145 commit 18f3c3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
volumes:
- /app/node_modules
- ./nodejs:/app
networks:
- letsencrypt-docker-compose
ports:
- ${EXPRESS_PORT}:${EXPRESS_PORT}
- ${EXPRESS_SOCKET_PORT}:${EXPRESS_SOCKET_PORT}
Expand All @@ -30,6 +32,8 @@ services:
dockerfile: flask/Dockerfile
volumes:
- ./flask:/flask
networks:
- letsencrypt-docker-compose
environment:
- FLASK_PORT=${FLASK_PORT}
- FLASK_HOST=${FLASK_HOST}
Expand Down Expand Up @@ -78,3 +82,8 @@ services:

volumes:
db:

networks:
letsencrypt-docker-compose:
name: letsencrypt-docker-compose_default
external: true

0 comments on commit 18f3c3b

Please sign in to comment.