Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdcode authored Dec 19, 2024
1 parent 9e748dd commit 039ff4a
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Octockup
# Octockup [IN DEVELOPMENT]
Client and server application for autobackup

[https://link2.stream/l/test](https://link2.stream/l/test)

# Environment variables

CORS_ORIGINS: allowed origins
CORS_ORIGINS: allowed origins


# Docker-compose

```yaml
services:
octockup:
image: bvdcode/octockup:latest
container_name: octockup
ports:
- 8080:8080
restart: always
volumes:
- /data/octockup:/app/files
environment:
POSTGRES_HOST: postgres-server
```

0 comments on commit 039ff4a

Please sign in to comment.