Skip to content
Snippets Groups Projects
docker-compose.local.yml 374 B
Newer Older
Guilhem CARRON's avatar
Guilhem CARRON committed
services:
    image: nginxinc/nginx-unprivileged:1.25
Guilhem CARRON's avatar
Guilhem CARRON committed
      - ./nginx/nginx.conf:/etc/nginx/nginx.conf
      - ./nginx/site.local.conf:/etc/nginx/conf.d/default.conf
      - ./cert.pem:/etc/nginx/cert.pem
      - ./key.pem:/etc/nginx/key.pem
Guilhem CARRON's avatar
Guilhem CARRON committed
    ports:
Guilhem CARRON's avatar
Guilhem CARRON committed
      - 443:443
    extra_hosts:
      - 'host.docker.internal:host-gateway'