mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-04 16:04:25 +00:00
chore(containers): add makefiles to everyone
This commit is contained in:
12
docker/syncthing/Makefile
Normal file
12
docker/syncthing/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env make
|
||||
|
||||
pre-flight:
|
||||
@mkdir -pv 'config' 'data'
|
||||
|
||||
firewalld-open: ${shell which 'firewall-cmd'}
|
||||
@sudo firewall-cmd --permanent --add-service 'syncthing'
|
||||
@sudo firewall-cmd --permanent --add-service 'syncthing-gui'
|
||||
@sudo firewall-cmd --reload
|
||||
|
||||
syncthing-go-brrr: ${shell which 'docker-compose'} pre-flight
|
||||
@docker-compose up -d
|
||||
Reference in New Issue
Block a user