updated compose build

This commit is contained in:
dd dd 2024-07-25 19:51:08 +02:00
parent 08904fecff
commit 640366ef05

View File

@ -49,7 +49,7 @@ services:
entry: entry:
build: build:
context: . context: .
dockerfile: cmd/proxy/Dockerfile dockerfile: cmd/entry/Dockerfile
container_name: entry container_name: entry
ports: ports:
- 8882:8882 - 8882:8882
@ -68,4 +68,4 @@ services:
volumes: volumes:
- ./nostr/data:/usr/src/app/db:Z - ./nostr/data:/usr/src/app/db:Z
- ./nostr/config/config.toml:/usr/src/app/config.toml:ro,Z - ./nostr/config/config.toml:/usr/src/app/config.toml:ro,Z
user: 100:100 user: 100:100