Archived
1
0
Fork 0

Include chromium in docker-compose

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-04-07 08:38:53 +02:00
parent 9b6d3cf745
commit 0e524b35b8
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -2,8 +2,14 @@
version: "2"
services:
chromium:
container_name: restockbot-chromium
image: montferret/chromium
ports:
- "9222:9222"
restart: always
postgres:
container_name: postgres
container_name: restockbot-postgres
env_file:
- ./docker/environment
image: postgres:13