mirror of
https://github.com/shadoll/scatcher.git
synced 2025-12-20 03:26:59 +00:00
Add .env.example file and update compose.yml
This commit is contained in:
2
.env.example
Normal file
2
.env.example
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
APP_URL=example.com
|
||||||
|
APP_DEBUG_PORT=5678
|
||||||
@@ -16,12 +16,12 @@ services:
|
|||||||
- ./schema:/app/schema
|
- ./schema:/app/schema
|
||||||
- ./storage:/app/storage
|
- ./storage:/app/storage
|
||||||
networks:
|
networks:
|
||||||
- "apps-proxy"
|
- apps-proxy
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.docker.network: apps-proxy
|
traefik.docker.network: apps-proxy
|
||||||
traefik.http.routers.catcher.entrypoints: websecure
|
traefik.http.routers.catcher.entrypoints: websecure
|
||||||
traefik.http.routers.catcher.rule: Host(`catcher.rs.shadoll.dev`)
|
traefik.http.routers.catcher.rule: Host(`$APP_URL`)
|
||||||
traefik.http.routers.catcher.tls: true
|
traefik.http.routers.catcher.tls: true
|
||||||
traefik.http.routers.catcher.tls.certresolver: letsencrypt
|
traefik.http.routers.catcher.tls.certresolver: letsencrypt
|
||||||
traefik.http.services.catcher.loadbalancer.server.port: 8000
|
traefik.http.services.catcher.loadbalancer.server.port: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user