UNPKG

act-client

Version:
44 lines (43 loc) 976 B
version: '2' services: actfx: image: agmanchon/actimagedockerfx:1.0.4_s1 container_name: actcontainerdockerfx_1.0.4_s1 extra_hosts: - "dockerfx.adhara.io:127.0.0.1" privileged: true shm_size: '8gb' environment: - container=docker volumes: - /sys/fs/cgroup:/sys/fs/cgroup ports: - "80:80" - "81:81" - "1234:1234" - "1235:1235" - "4321:4321" - "4322:4322" - "8080:8080" - "8081:8081" - "5433:5432" - "8443:8443" - "23400:23400" networks: test_network: ipv4_address: '172.24.0.51' act_client: image: agmanchon/actimageclientdocker:1.0.0 container_name: actcontainerclientdocker_1.0.0 extra_hosts: - "dockerfx.adhara.io:172.24.0.51" networks: test_network: ipv4_address: '172.24.0.52' networks: test_network: driver: bridge ipam: driver: default config: - subnet: 172.24.0.0/16