summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: f67aae8384416147ac22cd768814a4f474c6f656 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: "2"
services:
  web:
    image: auth-service
    container_name: auth-service
    expose:
      - "3000"
    restart: unless-stopped
    environment:
      - VIRTUAL_HOST=auth.api.pruss.it
      - LETSENCRYPT_HOST=auth.api.pruss.it
      - LETSENCRYPT_EMAIL=mail@pruss.it

networks:
  default:
    external:
      name: nginx-proxy