[skip ci] fix example docker compose

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 23:37:48 +03:00
parent e1d46adb1e
commit ff8ca7db4a
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,7 @@ services:
- 80:3000
env_file: .env.example
depends_on:
- libremdb-redis
- libremdb_redis
tmpfs:
- /opt/app/.next/cache/:size=10M,mode=0770,uid=65534,gid=65534,noexec,nosuid,nodev
security_opt:

View File

@ -17,10 +17,6 @@
gap: var(--spacer-2) var(--spacer-4);
justify-content: center;
flex-wrap: wrap;
span {
font-weight: 900;
}
}
&__item {