move to bun

This commit is contained in:
2024-01-27 01:26:52 +01:00
parent 7bc3c990e0
commit ee25d7db59
8 changed files with 19 additions and 332 deletions

View File

@@ -1,10 +1,10 @@
# FOR DEVELOPMENT ONLY
# See README.md for an example
version: "3.8"
version: '3.8'
services:
job:
sync:
image: cupcakearmy/gitea-sync
build: .
env_file: .env
@@ -18,4 +18,4 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- '3000:3000'