All checks were successful
continuous-integration/drone/push Build is passing
20 lines
380 B
YAML
20 lines
380 B
YAML
version: "3.0"
|
|
|
|
services:
|
|
web:
|
|
image: ghcr.io/uetchy/uechi.io
|
|
restart: unless-stopped
|
|
container_name: uechi.io
|
|
environment:
|
|
VIRTUAL_HOST: uechi.io
|
|
LETSENCRYPT_HOST: uechi.io
|
|
volumes:
|
|
- "./data:/var/www/html/✨/:ro"
|
|
labels:
|
|
com.centurylinklabs.watchtower.enable: "true"
|
|
|
|
networks:
|
|
default:
|
|
name: webproxy
|
|
external: true
|