mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-20 10:34: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
|
||||
@@ -3,7 +3,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
syncthing:
|
||||
image: syncthing/syncthing:1.27.3
|
||||
image: syncthing/syncthing:1.27.7
|
||||
container_name: syncthing
|
||||
hostname: ${HOSTNAME}
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user