aboutsummaryrefslogblamecommitdiffstats
path: root/docker-compose.yaml
blob: 1c7097484a1065613572689f217b20ca77e7693e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                           

                                                                  

         
version: "3.7"
services:
  web:
    image: web
    build:
      context: ./
    networks:
      - webnet
    restart: unless-stopped
    ports:
      - "9000:9000"
    volumes:
      - /etc/letsencrypt/archive/blog.terminaldweller.com/:/certs/
networks:
  webnet: