uechi.io/docker-compose.production.yml

16 lines
299 B
YAML
Raw Permalink Normal View History

2021-06-20 13:11:53 +09:00
version: "3.0"
services:
web:
image: ghcr.io/uetchy/uechi.io
container_name: uechi.io
environment:
VIRTUAL_HOST: uechi.io
LETSENCRYPT_HOST: uechi.io
labels:
com.centurylinklabs.watchtower.enable: "true"
networks:
default:
name: webproxy
external: true