---#### wger is setup for TESTING ONLY!# check project README on github for Production notes###services:web:image:wger/server:latestcontainer_name:wger_serverdepends_on:db:condition:service_healthycache:condition:service_healthyenv_file:-./config/prod.envvolumes:-./data/static:/home/wger/static-./data/media:/home/wger/mediaports:-"8000"healthcheck:test:wget --no-verbose --tries=1 --spider http://localhost:8000interval:10stimeout:5sretries:5restart:unless-stoppednginx:image:nginx:stablecontainer_name:wger_nginxdepends_on:-webvolumes:-./config/nginx.conf:/etc/nginx/conf.d/default.conf-./data/static:/wger/static:ro-./data/media:/wger/media:roports:-"8078:80"healthcheck:test:service nginx statusinterval:10stimeout:5sretries:5restart:unless-stoppeddb:image:postgres:12-alpinecontainer_name:wger_dbenvironment:-POSTGRES_USER=wger-POSTGRES_PASSWORD=wger-POSTGRES_DB=wgervolumes:-./database:/var/lib/postgresql/data/expose:-5432healthcheck:test:pg_isready -U wgerinterval:10stimeout:5sretries:5restart:unless-stoppedcache:image:rediscontainer_name:wger_cacheexpose:-6379healthcheck:test:redis-cli pinginterval:10stimeout:5sretries:5restart:unless-stoppedvolumes:database:static:media:networks:default:name:wger_network