mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-05 07:47:01 +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: ./ |