Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpatricio committed Jan 9, 2021
1 parent a3c04ae commit 2f262d6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3.7"

networks:
web:
external: true

services:
frontend:
restart: always
networks:
- web
image: "hub.laravel.pt/frontend:${TAG}"
volumes:
- .env/:/var/www/html/.env
labels:
- "traefik.enable=true"
- "traefik.http.routers.frontend.rule=Host(`www.laravel.pt`)"
- "traefik.http.routers.frontend.entrypoints=https"
- "traefik.http.routers.frontend.tls.certresolver=leresolver"

0 comments on commit 2f262d6

Please sign in to comment.