gc-tools/docker-compose.yml
2022-04-30 15:16:13 +07:00

14 lines
318 B
YAML

version: '3.8'
services:
gc_tools:
container_name: gc_tools
build:
context: .
dockerfile: Dockerfile
environment:
- VIRTUAL_HOST=gc-tools.exzork.me
- LETSENCRYPT_HOST=gc-tools.exzork.me
- LETSENCRYPT_EMAIL=muhammadeko.if@gmail.com
networks:
default :
name: nginx-proxy