1
0
Fork 0

specify image

This commit is contained in:
Tobias Brunner 2019-07-14 19:51:27 +02:00
parent 392c1d62db
commit 3edf3aef2a
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
version: '2' version: '2'
services: services:
web: web:
image: docker.io/tobru/odoo-pos:latest-pos
build: ./odoo build: ./odoo
depends_on: depends_on:
- db - db
@ -17,6 +18,7 @@ services:
localnet: localnet:
ipv4_address: 10.5.0.2 ipv4_address: 10.5.0.2
iotbox: iotbox:
image: docker.io/tobru/odoo-pos:latest-iotbox
build: ./iotbox build: ./iotbox
depends_on: depends_on:
- db - db