Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: "3"
services:
web:
image: globalazurebootcamp/sciencelab2019:latest
env:
- name: BatchClient__Email
value: "You email here"
- name: BatchClient__Fullname
value: "Your name here"
- name: BatchClient__TeamName
value: "Your team here"
- name: BatchClient__CompanyName
value: "Your company here"
- name: BatchClient__CountryCode
value: "Your 2-digit CountryCode here"
- name: BatchClient__LabKeyCode
value: "Your lab key here
deploy:
replicas: 5
resources:
limits:
cpus: "1"
memory: 2048M
restart_policy:
condition: on-failure
ports:
- "8080:80"
networks:
- webnet
networks:
webnet:
6 changes: 6 additions & 0 deletions docker-compose/variables.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[email protected]
BatchClient__Fullname=John Doe
BatchClient__TeamName=Global Azure Team
BatchClient__CompanyName=Global Azure Bootcamp Org.
BatchClient__CountryCode=XX
BatchClient__LabKeyCode=THE-GAB-ORG