mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 01:01:39 +01:00
clear up confusion regarding dockerfiles
This commit is contained in:
@@ -3,17 +3,17 @@ services:
|
||||
container_name: pocketbase
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.pb
|
||||
dockerfile: Dockerfile.pocketbase
|
||||
ports:
|
||||
- 8090:8090
|
||||
volumes:
|
||||
- ./pb:/pb/pb_data
|
||||
restart: no
|
||||
bot:
|
||||
container_name: bot
|
||||
container_name: dogbot
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: Dockerfile.dogbot
|
||||
restart: no
|
||||
develop:
|
||||
watch:
|
||||
|
||||
Reference in New Issue
Block a user