Skip to content

Commit

Permalink
ARC-020: RELEASE v3.8.2 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Israel Aristide <[email protected]>
  • Loading branch information
IzzyDotExe and Israel Aristide authored Oct 12, 2024
1 parent 04bb47e commit 32fe33d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ARC3
Submodule ARC3 updated 1 files
+3 −3 ARC3/arc3.cs
2 changes: 1 addition & 1 deletion ARC3-API
16 changes: 1 addition & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@ version: '3.8'

services:

uptime-kuma:
env_file:
- .env
image: elestio/uptime-kuma:latest
restart: always
healthcheck:
disable: true
volumes:
- kuma_data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 3050:3001


mongo:
image: mongo:7.0
env_file:
Expand Down Expand Up @@ -66,7 +52,7 @@ services:
container_name: arc3-api
restart: on-failure
ports:
- 3030:3030
- 3000:3000
networks:
- common-net

Expand Down

0 comments on commit 32fe33d

Please sign in to comment.