ifconfig.io/docker-compose.yml
Malte Reddig 042e135147 Add Dockerfile and docker-compose.yml
This provides a Dockerfile with an docker-compose.yml to install ifconfig.io on a Docker Server
2020-10-05 09:55:52 -04:00

14 lines
226 B
YAML

version: "3.4"
services:
ifconfig:
image: ifconfig.io:latest
build:
context: ./
target: production
ports:
- ${PORT:-8080}:8080
environment:
TLS: ${TLS:-0}
HOSTNAME: ${HOSTNAME}