mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 04:33:15 +02:00
8 lines
161 B
YAML
8 lines
161 B
YAML
|
|
version: '3.3'
|
||
|
|
services:
|
||
|
|
pingvin-share:
|
||
|
|
ports:
|
||
|
|
- '3000:3000'
|
||
|
|
image: stonith404/pingvin-share
|
||
|
|
build:
|
||
|
|
context: ./
|