|
@@ -24,21 +24,20 @@ services:
|
|
- tipi_main_network
|
|
- tipi_main_network
|
|
|
|
|
|
your-spotify-db:
|
|
your-spotify-db:
|
|
- restart: unless-stopped
|
|
|
|
container_name: your-spotify-db
|
|
container_name: your-spotify-db
|
|
image: mongo:4.4.8
|
|
image: mongo:4.4.8
|
|
|
|
+ restart: unless-stopped
|
|
volumes:
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/db:/data/db
|
|
- ${APP_DATA_DIR}/data/db:/data/db
|
|
networks:
|
|
networks:
|
|
- tipi_main_network
|
|
- tipi_main_network
|
|
|
|
|
|
your-spotify:
|
|
your-spotify:
|
|
- restart: unless-stopped
|
|
|
|
container_name: your-spotify
|
|
container_name: your-spotify
|
|
image: yooooomi/your_spotify_client
|
|
image: yooooomi/your_spotify_client
|
|
depends_on:
|
|
depends_on:
|
|
- your-spotify-server
|
|
- your-spotify-server
|
|
- restart: always
|
|
|
|
|
|
+ restart: unless-stopped
|
|
ports:
|
|
ports:
|
|
- ${APP_PORT}:3000
|
|
- ${APP_PORT}:3000
|
|
environment:
|
|
environment:
|