Compare commits

...

2 Commits

Author SHA1 Message Date
092c0d17ae Add docker-compose file 2024-05-23 03:51:32 +00:00
489e005c96 Adjust for jenova 2024-05-23 03:51:29 +00:00
2 changed files with 12 additions and 1 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: '3.1'
services:
zetikettes:
image: zetikettes
restart: always
ports:
- 127.0.0.1:8000:8000
volumes:
- /var/lib/zetikettes/data:/data

View File

@ -1 +1 @@
const backend_api = 'http://localhost:8001/' const backend_api = 'http://jenova.ponteilla.net:8001/'