updating
This commit is contained in:
16
catthegray25/ezpz/dist-oops/compose.yaml
Normal file
16
catthegray25/ezpz/dist-oops/compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
challenge:
|
||||
container_name: web-oops-app
|
||||
build:
|
||||
context: app
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "33001:5000"
|
||||
admin:
|
||||
container_name: web-oops-admin
|
||||
build:
|
||||
context: admin
|
||||
dockerfile: Dockerfile
|
||||
restart: always
|
||||
environment:
|
||||
- FLAG=grey{fake_flag}
|
||||
Reference in New Issue
Block a user