1
0
mirror of https://github.com/georgyo/ifconfig.io.git synced 2025-03-03 04:00:26 +00:00
ifconfig.io/docker-compose.yml

14 lines
226 B
YAML
Raw Normal View History

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