uechi.io/docker-compose.production.yml
Yasuaki Uechi 3becc75947
All checks were successful
continuous-integration/drone/push Build is passing
chore: change emoji
2022-01-18 17:08:46 +09:00

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