fava
This commit is contained in:
21
Docker/fava/docker-compose.yml
Normal file
21
Docker/fava/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
fava:
|
||||
container_name: fava
|
||||
image: yegle/fava
|
||||
ports:
|
||||
- 5000:5000
|
||||
environment:
|
||||
BEANCOUNT_FILE: /bean/main.beancount
|
||||
volumes:
|
||||
- ./data:/bean
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
nginx:
|
||||
aliases:
|
||||
- fava
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
external: true
|
||||
Reference in New Issue
Block a user