Update deploy ocean.yml
parent
70ab29f414
commit
6518cfb76f
|
@ -15,7 +15,8 @@
|
|||
networks:
|
||||
- name: traefik
|
||||
env:
|
||||
SERVER_BASE_URL: "inception:3000"
|
||||
SERVER_BASE_URL: "{{SERVER_BASE_URL}}"
|
||||
DEBUG: "{{DEBUG}}"
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.ocean.entrypoints: "web,websecure"
|
||||
|
@ -39,7 +40,8 @@
|
|||
networks:
|
||||
- name: traefik
|
||||
env:
|
||||
SERVER_BASE_URL: "inception:3000"
|
||||
SERVER_BASE_URL: "{{SERVER_BASE_URL}}"
|
||||
DEBUG: "{{DEBUG}}"
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.ocean2.entrypoints: "web,websecure"
|
||||
|
|
Loading…
Reference in New Issue