Include chromium in docker-compose
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
9b6d3cf745
commit
0e524b35b8
1 changed files with 7 additions and 1 deletions
|
@ -2,8 +2,14 @@
|
||||||
version: "2"
|
version: "2"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
chromium:
|
||||||
|
container_name: restockbot-chromium
|
||||||
|
image: montferret/chromium
|
||||||
|
ports:
|
||||||
|
- "9222:9222"
|
||||||
|
restart: always
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: restockbot-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- ./docker/environment
|
- ./docker/environment
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
|
|
Reference in a new issue