chore(containers): maintain compositions

This commit is contained in:
Michele Cereda
2024-05-12 12:39:27 +02:00
parent e941d544d9
commit 0c943c7600
8 changed files with 62 additions and 5 deletions

View File

@@ -8,5 +8,5 @@ firewalld-open: ${shell which 'firewall-cmd'}
@sudo firewall-cmd --permanent --add-service 'syncthing-gui'
@sudo firewall-cmd --reload
syncthing-go-brrr: ${shell which 'docker-compose'} pre-flight
composition-go-brrr: ${shell which 'docker-compose'} pre-flight
@docker-compose up -d

View File

View File