Update deploy ocean.yml

master
omidshj 2024-06-06 20:09:03 +03:30
parent 70ab29f414
commit 6518cfb76f
1 changed files with 4 additions and 2 deletions

View File

@ -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"