Skip to content

Commit 41fa4c8

Browse files
author
Rafael Bermudez Guijo
committed
chore: add docker compose to simplify running
1 parent 98db224 commit 41fa4c8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: '1.0'
2+
services:
3+
dvb-i-reference-client:
4+
# Comment build and uncomment image if you want to use prebuilt image rather than build from the source code
5+
#build: .
6+
image: ghcr.io/ccma-enginyeria/dvb-i-reference-client/dvb-i-reference-client:latest
7+
# Comment volumes if you want to use your own code rather than use from docker image
8+
volumes:
9+
- ./:/var/www/html/
10+
environment:
11+
- no_proxy=localhost,127.0.0.1
12+
- INSTALL_LOCATION=http://localhost:8888
13+
ports:
14+
- "8888:80"

0 commit comments

Comments
 (0)