20 lines
No EOL
428 B
YAML
20 lines
No EOL
428 B
YAML
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}
|
|
|
|
# Use --token admin:secret to login first time
|
|
- REPOSILITE_OPTS=--port 80
|
|
volumes:
|
|
- reposilite-data:/app/data
|
|
restart: always
|
|
# stdin_open: true
|
|
# tty: true
|
|
volumes:
|
|
reposilite-data: {} |