uechi.io/docker-compose.production.yml
Yasuaki Uechi ad8db157c2
All checks were successful
continuous-integration/drone/push Build is passing
chore: restart unless-stopped
2022-01-18 17:02:40 +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