docker-scripts/linux/discontinued/ecosystem/syspass/sysPass/docker-compose.yml
STAM 61938a770d
big rework
bump versions

updated `LazyGIT` to `0.40.2`

converterd some envs to args

sources.list fix + nextcloud updates

python fix

java fixes

python fix

java fixes

bitbucket full images
2024-02-09 13:48:51 +03:00

25 lines
473 B
YAML

version: '2'
services:
app:
container_name: syspass-app
image: syspass/syspass:3.2.0-php7.4
restart: always
ports:
- "80"
- "443"
links:
- db
volumes:
- /var/www/html/sysPass/app/config
- /var/www/html/sysPass/app/backup
db:
container_name: syspass-db
restart: always
image: mariadb:10.2
environment:
- MYSQL_ROOT_PASSWORD=syspass
ports:
- "3306"
volumes:
- /var/lib/mysql