clear up confusion regarding dockerfiles

This commit is contained in:
2025-03-29 17:00:05 +01:00
parent 447ed8dff0
commit f28bc53160
3 changed files with 3 additions and 3 deletions

View File

@@ -3,17 +3,17 @@ services:
container_name: pocketbase container_name: pocketbase
build: build:
context: . context: .
dockerfile: Dockerfile.pb dockerfile: Dockerfile.pocketbase
ports: ports:
- 8090:8090 - 8090:8090
volumes: volumes:
- ./pb:/pb/pb_data - ./pb:/pb/pb_data
restart: no restart: no
bot: bot:
container_name: bot container_name: dogbot
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile.dogbot
restart: no restart: no
develop: develop:
watch: watch: