Skip to content

Commit

Permalink
caddy extends base service
Browse files Browse the repository at this point in the history
  • Loading branch information
relvacode committed Nov 16, 2020
1 parent b3bcae6 commit 4e9dd54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions caddy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ networks:

services:
caddy:
extends:
file: ../base/docker-compose.yml
service: application
image: lucaslorentz/caddy-docker-proxy
ports:
- '80:80'
Expand All @@ -20,3 +23,4 @@ services:
- -email
- '${CADDY_EMAIL}'
- -agree=true
- -log=stdout

0 comments on commit 4e9dd54

Please sign in to comment.