mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-07-02 19:40:32 +02:00
clean commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
https://github.com/dorianim/money-balancer
|
||||
@@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
services:
|
||||
money-balancer:
|
||||
image: ghcr.io/dorianim/money-balancer
|
||||
restart: unless-stopped
|
||||
container_name: money-balancer
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- /mnt/docker-volumes/money-balancer/data:/data
|
||||
environment:
|
||||
- JWT_SECRET=ThisIsAVerySecretString # change this
|
||||
Reference in New Issue
Block a user