mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 08:41:39 +01:00
clear up confusion regarding dockerfiles
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user