Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 0ba64ea3 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Rework docker compose config for local usage

parent d8c7071b
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
version: '3.3'
services:
  eos-web-installer:
    image: eos-web-installer
    container_name: eos-web-installer
    restart: 'no'
    image: registry.gitlab.e.foundation/e/devices/web-easy-installer:latest
    build:
      context: app/
    ports:
      - '80:3000'
      - '3000:3000'
    volumes:
      - ./app/src:/app/src
    networks:
      - eos-web-installer
networks:
  eos-web-installer:
    driver: bridge
 No newline at end of file