Skip to content

Commit

Permalink
Add a Docker Compose file for the landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Oct 13, 2024
1 parent cc12a76 commit 95d4c89
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pmg
services:
site:
build: .
develop:
watch:
- path: landing
action: rebuild
restart: unless-stopped
networks:
- traefik
labels:
- traefik.enable=true
- traefik.docker.network=traefik
networks:
traefik:
external: true

0 comments on commit 95d4c89

Please sign in to comment.