Skip to content

Commit

Permalink
fix merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-Kamau committed Dec 10, 2024
2 parents 7a351cd + 5ff7138 commit 3633540
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FILE_MODE=private
CHAIN=sepolia
CONTRACT_ADDRESS=0x045f59310ADD88E6d23ca58A0Fa7A55BEE6d2a611
# without port and without protocol
BACKEND_URL=aquafier-api.itstimetoforget.de
BACKEND_URL=
# without port and without protocol
FRONTEND_URL=aquafier.itstimetoforget.de
FRONTEND_URL=

SSL_EMAIL=[email protected]
SSL_EMAIL=
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Multi-User File-Management
docker compose up
```

### Update:
docker compose checks the lastest version on every startup

### Running a local image

Run with local changes:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
aqua-container:
image: ghcr.io/inblockio/aqua-container:github-action
# image: ghcr.io/inblockio/aqua-container:github-action
image: ghcr.io/inblockio/aqua-container:main
pull_policy: always
# build:
# context: .
Expand Down

0 comments on commit 3633540

Please sign in to comment.