come on traekfik... pick this shit up
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
mongo:
|
mongo:
|
||||||
container_name: mongo
|
container_name: walden-mongo
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: database
|
target: database
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
container_name: frontend
|
container_name: walden-frontend
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: base
|
target: base
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
- 'traefik.docker.network=docknet'
|
- 'traefik.docker.network=docknet'
|
||||||
- 'traefik.http.routers.labs-bopeep.rule=Host(`mifi.dev`) && PathPrefix(`/bopeep`)'
|
- 'traefik.http.routers.labs-bopeep.rule=Host(`area51.mifi.dev`) && PathPrefix(`/bopeep`)'
|
||||||
- 'traefik.http.routers.labs-bopeep.entrypoints=websecure'
|
- 'traefik.http.routers.labs-bopeep.entrypoints=websecure'
|
||||||
- 'traefik.http.routers.labs-bopeep.tls=true'
|
- 'traefik.http.routers.labs-bopeep.tls=true'
|
||||||
- 'traefik.http.routers.labs-bopeep.tls.certresolver=letsencrypt'
|
- 'traefik.http.routers.labs-bopeep.tls.certresolver=letsencrypt'
|
||||||
|
|||||||
Reference in New Issue
Block a user