mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-05 07:47:01 +02:00
12 lines
290 B
YAML
12 lines
290 B
YAML
|
|
services:
|
||
|
|
pingvin-share:
|
||
|
|
build: .
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- 3001:3000
|
||
|
|
environment:
|
||
|
|
- TRUST_PROXY=false
|
||
|
|
volumes:
|
||
|
|
- "./data:/opt/app/backend/data"
|
||
|
|
- "./data/images:/opt/app/frontend/public/img"
|
||
|
|
# - "./config.yaml:/opt/app/config.yaml"
|