mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-09-13 15:44:21 +00:00
Add Dockerfile and docker-compose.yml
This provides a Dockerfile with an docker-compose.yml to install ifconfig.io on a Docker Server
This commit is contained in:
committed by
George Shammas
parent
e9feea4898
commit
042e135147
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
ifconfig:
|
||||
image: ifconfig.io:latest
|
||||
build:
|
||||
context: ./
|
||||
target: production
|
||||
ports:
|
||||
- ${PORT:-8080}:8080
|
||||
environment:
|
||||
TLS: ${TLS:-0}
|
||||
HOSTNAME: ${HOSTNAME}
|
Reference in New Issue
Block a user