This commit is contained in:
HugeFrog24
2025-12-12 12:25:07 +01:00
parent 1edd996336
commit 39cbf58dbd
54 changed files with 7273 additions and 6889 deletions

View File

@@ -3,6 +3,9 @@ services:
build:
context: .
dockerfile: Dockerfile
platforms:
- linux/amd64
- linux/arm64
image: bogerserge/shakethefrog:latest
ports:
# HOST_PORT:CONTAINER_PORT - Maps port 3000 on the host to port 3000 in the container
@@ -19,6 +22,6 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 256M
reservations:
memory: 512M
memory: 128M