add dev support
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
22
docker-compose.dev.yml
Normal file
22
docker-compose.dev.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
peroxy_site_dev:
|
||||||
|
container_name: peroxy_site_dev
|
||||||
|
command: start
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.peroxy_site_dev.entrypoints=https"
|
||||||
|
- "traefik.http.routers.peroxy_site_dev.rule=Host(`test.peroxy.dev`)"
|
||||||
|
- "traefik.http.routers.peroxy_site_dev.tls=true"
|
||||||
|
- "traefik.http.routers.peroxy_site_dev.tls.certresolver=http"
|
||||||
|
- "traefik.http.routers.peroxy_site_dev.service=peroxy_site_dev-service"
|
||||||
|
- "traefik.http.services.peroxy_site_dev-service.loadbalancer.server.port=3000"
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user