first commit
This commit is contained in:
commit
ec1020a031
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
volumes/
|
12
compose.yml
Normal file
12
compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
services:
|
||||
pingvin-share:
|
||||
image: stonith404/pingvin-share:latest
|
||||
container_name: dropnetignet_pingvin-share
|
||||
volumes:
|
||||
- ./volumes/data:/opt/app/backend/data
|
||||
- ./volumes/data/images:/opt/app/frontend/public/img
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "127.0.0.1:9006:3000"
|
||||
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user