uechi.io/docker-compose.production.yml

20 lines
380 B
YAML
Raw Normal View History

2021-06-20 13:11:53 +09:00
version: "3.0"
services:
web:
image: ghcr.io/uetchy/uechi.io
2022-01-18 17:02:40 +09:00
restart: unless-stopped
2021-06-20 13:11:53 +09:00
container_name: uechi.io
environment:
VIRTUAL_HOST: uechi.io
LETSENCRYPT_HOST: uechi.io
2022-01-18 17:02:25 +09:00
volumes:
2022-01-18 17:08:46 +09:00
- "./data:/var/www/html/★/:ro"
2021-06-20 13:11:53 +09:00
labels:
com.centurylinklabs.watchtower.enable: "true"
2022-01-18 17:02:25 +09:00
2021-06-20 13:11:53 +09:00
networks:
default:
name: webproxy
external: true