theia
Este commit está contenido en:
22
testing/theia/docker-compose.yml
Archivo normal
22
testing/theia/docker-compose.yml
Archivo normal
@@ -0,0 +1,22 @@
|
|||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
theia:
|
||||||
|
image: theiaide/theia
|
||||||
|
restart: always
|
||||||
|
hostname: theia
|
||||||
|
container_name: theia
|
||||||
|
volumes:
|
||||||
|
- ./project:/home/project
|
||||||
|
expose:
|
||||||
|
- 3000
|
||||||
|
networks:
|
||||||
|
mynet:
|
||||||
|
ipv4_address: 172.18.0.101
|
||||||
|
|
||||||
|
networks:
|
||||||
|
mynet:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.18.0.0/24
|
||||||
Referencia en una nueva incidencia
Block a user