-
Notifications
You must be signed in to change notification settings - Fork 13
/
docker-compose.yml
31 lines (31 loc) · 1.21 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2020 Telefónica Investigación y Desarrollo, S.A.U
#
# This file is part of the FIWARE Device Simulator tool
#
# The FIWARE Device Simulator tool is free software: you can redistribute it
# and/or modify it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the License,
# or (at your option) any later version.
#
# The FIWARE Device Simulator is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public
# License along with the FIWARE Device Simulator.
# If not, see http://www.gnu.org/licenses/.
#
# For those usages not covered by the GNU Affero General Public License
# please contact with sc_support at telefonica dot com
version: "3.9"
services:
iot-device-simulator:
container_name: iot-device-simulator
hostname: iot-device-simulator
image: telefonicaiot/fiware-device-simulator:latest
command: sleep 10000000
logging:
driver: json-file
options:
max-size: "250m"