cleanup
This commit is contained in:
19
2026/kalmar/web/handout/compose.yml
Normal file
19
2026/kalmar/web/handout/compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
nginx:
|
||||
build: ./nginx
|
||||
ports:
|
||||
- "8091:80"
|
||||
depends_on:
|
||||
- web
|
||||
- bot
|
||||
|
||||
bot:
|
||||
build: ./bot
|
||||
# ports:
|
||||
# - 3123:3123
|
||||
environment:
|
||||
- FLAG=kalmar{test_flag}
|
||||
- PORT=3123
|
||||
|
||||
include:
|
||||
- AperiSolve/compose.yml
|
||||
Reference in New Issue
Block a user