mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-05 10:50:23 +00:00
16 lines
217 B
YAML
16 lines
217 B
YAML
|
|
version: "3.9"
|
||
|
|
|
||
|
|
services:
|
||
|
|
|
||
|
|
gerapy:
|
||
|
|
image: germey/gerapy:0.9.6
|
||
|
|
build: .
|
||
|
|
container_name: gerapy
|
||
|
|
restart: always
|
||
|
|
volumes:
|
||
|
|
- gerapy:/home/gerapy
|
||
|
|
ports:
|
||
|
|
- 8000:8000
|
||
|
|
|
||
|
|
volumes:
|
||
|
|
gerapy:
|