View difference between Paste ID: Xgi9DimN and 8bwFv4zp
SHOW: | | - or go back to the newest paste.
1
Dockerfile
2
3
FROM ubuntu:bionic
4
5-
RUN scrapy runspider download_epf.py -o files.json
5+
6
7
RUN scrapy runspider download_epf.py -o files.json
8
9
docker-compose.yml
10
11
services:
12
  web-service:
13
    image: ${DOCKER_REGISTRY}web-service:${DOCKER_IMAGE_LABEL:-latest}
14
    init: true
15
    build:
16
      context: .
17
    restart: on-failure
18
    deploy:
19
      resources:
20
        limits:
21
          memory: 2G
22
          cpus: '0.4'
23
    environment:
24
      - passwordA