initial
This commit is contained in:
parent
5beb74f4c6
commit
5072f87e1c
1 changed files with 18 additions and 0 deletions
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
reposilite:
|
||||||
|
image: dzikoysk/reposilite:3.2.0
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
# - JAVA_OPTS=-Xmx${MEMORY} ${JAVA_COMPOSE_OPTS}
|
||||||
|
- REPOSILITE_OPTS=--port 80 --token admin:secret
|
||||||
|
volumes:
|
||||||
|
- reposilite-data:/app/data
|
||||||
|
restart: always
|
||||||
|
# stdin_open: true
|
||||||
|
# tty: true
|
||||||
|
volumes:
|
||||||
|
reposilite-data: {}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue