File size: 452 Bytes
7ef0ccb
 
 
 
 
 
 
 
a5ad565
7ef0ccb
 
 
a5ad565
 
7ef0ccb
a5ad565
7ef0ccb
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: bike-dataset-dev

services:
  ds:
    build:
      context: ../../
      dockerfile: ./conf/dev/Dockerfile
    container_name: bike-ds
    working_dir: /usr/share/nginx/html
    environment:
      NODE_ENV: dev
    volumes:
      - ./default.conf:/etc/nginx/conf.d/default.conf
      - ../../data:/usr/share/nginx/html/dataset
    ports:
      - 28256:80
    restart: always
    networks:
      - bikenet

networks:
  bikenet:
    driver: bridge