Skip to content

Commit 893d087

Browse files
committed
Merge branch 'main' of github.com:openfoodfacts/impactestimator
2 parents 72202a2 + ddf8233 commit 893d087

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
build:
1010
context: .
1111
dockerfile: Dockerfile
12+
restart: no
1213
networks:
1314
- po_webnet
1415
volumes:

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "3.7"
22
services:
33
impact:
44
image: ghcr.io/openfoodfacts/impactestimator:$TAG
5+
restart: always
56
environment:
67
- PRODUCT_OPENER_URL
78
- PRODUCT_OPENER_USERNAME

0 commit comments

Comments
 (0)