Skip to content

Commit e057cce

Browse files
committed
Remove web server aspects of docker configuration
1 parent 860cc91 commit e057cce

File tree

3 files changed

+0
-76
lines changed

3 files changed

+0
-76
lines changed

config/site.conf

Lines changed: 0 additions & 38 deletions
This file was deleted.

dev/web/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
name: chooser
22
services:
3-
web:
4-
build:
5-
context: .
6-
dockerfile: dev/web/Dockerfile
7-
# Use Bash instad of sh (Dash) for improved signal handling
8-
command: /bin/bash -c "
9-
echo 'Starting static webserver at http://127.0.0.1:8080/';
10-
/usr/local/bin/httpd-foreground
11-
"
12-
container_name: cc-chooser-web
13-
ports:
14-
- "8080:80"
15-
restart: on-failure
16-
volumes:
17-
# Mount site configuration directory
18-
- "./config:/usr/local/apache2/conf/config:ro"
19-
# Mount website directory
20-
- "./src:/usr/local/apache2/htdocs:ro"
21-
223
node:
234
build:
245
context: .

0 commit comments

Comments
 (0)