mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-09 09:37:01 +02:00
initial commit
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
pingvin-share:
|
||||
ports:
|
||||
- '3000:3000'
|
||||
image: stonith404/pingvin-share
|
||||
build:
|
||||
context: ./
|
||||
Reference in New Issue
Block a user