Update Advanced Configuration
parent
1fb00a2307
commit
4b09b31bf4
1 changed files with 1 additions and 3 deletions
|
|
@ -163,8 +163,6 @@ https://mastodon.social/tags/technology.rss?limit=40
|
||||||
### Docker Compose Production Configuration
|
### Docker Compose Production Configuration
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gts-holmirdas:
|
gts-holmirdas:
|
||||||
image: gts-holmirdas:latest
|
image: gts-holmirdas:latest
|
||||||
|
|
@ -304,7 +302,7 @@ tar -czf "$BACKUP_DIR/data_$DATE.tar.gz" ./data
|
||||||
# Backup configuration
|
# Backup configuration
|
||||||
cp .env "$BACKUP_DIR/env_$DATE"
|
cp .env "$BACKUP_DIR/env_$DATE"
|
||||||
cp rss_feeds.txt "$BACKUP_DIR/rss_feeds_$DATE.txt"
|
cp rss_feeds.txt "$BACKUP_DIR/rss_feeds_$DATE.txt"
|
||||||
cp docker-compose.yml "$BACKUP_DIR/compose_$DATE.yml"
|
cp compose.yml"$BACKUP_DIR/compose_$DATE.yml"
|
||||||
|
|
||||||
# Restart container
|
# Restart container
|
||||||
docker compose start gts-holmirdas
|
docker compose start gts-holmirdas
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue