Skip to content
Permalink
a4c75e635d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (28 sloc) 506 Bytes
version: '3'
services:
web:
image: cueh/6005_fc-web
#build:
# context: html
ports:
- "80:80"
#restart: always
selenium:
image: selenium/standalone-chrome
volumes:
- /dev/shm:/dev/shm
#ports:
# - 4444:4444
pychecker:
depends_on:
- web
- selenium
image: cueh/6005_fc_checker
#build:
# context: Python
overflow:
image: cueh/6005_fc-exploit
#build:
# context: Exploit
ports:
- "22:22"