[ci skip] haha brr

This commit is contained in:
Your Name 2024-06-09 18:30:04 +02:00
parent 7a9ac398fb
commit d1ea61414d
2 changed files with 15 additions and 6 deletions

11
docker-compose.build.yml Normal file
View file

@ -0,0 +1,11 @@
services:
disseminate:
build:
context: .
args:
UID: 1000
GID: 1000
volumes:
- ./data:/app/data
ports:
- 3024:3024

View file

@ -1,11 +1,9 @@
version: '3'
services:
disseminate:
build:
context: .
args:
UID: 1000
GID: 1000
container_name: disseminate
image: git.clatter.cc/hexlocation/disseminate
volumes:
- ./data:/app/data
- ./data:/app/data # bind mount is recommended.
ports:
- 3024:3024