ip-resolver/docker-compose.yml

42 lines
706 B
YAML
Raw Permalink Normal View History

2024-01-30 17:24:02 +01:00
version: "3.9"
services:
# Go application service
go-app:
build:
context: go/.
args:
- GO111MODULE=on
#ports:
# - "8080:8080"
environment:
- VIRTUAL_HOST=ip.brothertec.eu
- VIRTUAL_PORT=8080
- LETSENCRYPT_HOST=ip.brothertec.eu
- LETSENCRYPT_EMAIL=admin@brothertec.eu
#volumes:
# - ./uploads:/uploads
restart: always
labels:
- flame.type=application
- flame.name=Get IP
2024-01-31 10:11:30 +01:00
- flame.url=https://ip.brothertec.eu/getip
2024-01-30 17:24:02 +01:00
- flame.icon=ip
networks:
default:
proxy:
edge-tier:
networks:
proxy:
name: nginx-proxy
external: true
edge-tier:
name: edge
external: true