audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bfcac3f1475751f05a5a6d2c5c0214cea0ae7dd3 21 lines 434 B view raw
1services: 2 test-db: 3 image: postgres:14-alpine 4 ports: 5 - "5433:5432" 6 environment: 7 POSTGRES_USER: relay_test 8 POSTGRES_PASSWORD: relay_test 9 POSTGRES_DB: relay_test 10 tmpfs: 11 - /var/lib/postgresql/data 12 command: 13 - postgres 14 - -c 15 - max_connections=100 16 17 test-redis: 18 image: redis:7-alpine 19 ports: 20 - "6380:6379" 21 command: redis-server --appendonly no --save ""