File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
image :
2
2
file : .gitpod.Dockerfile
3
3
ports :
4
+ - port : 1000-9999
5
+ onOpen : ignore
4
6
- port : 8002
5
7
visibility : public
6
8
onOpen : open-preview
7
9
name : Magento - Nginx
8
10
description : Magento Application
9
11
- port : 15672
10
- onOpen : ignore
11
12
visibility : public
12
13
name : RabbitMQ
13
14
description : RabbitMQ Webinterface
14
- - port : 8025
15
15
onOpen : ignore
16
+ - port : 8025
16
17
visibility : private
17
18
name : Mailpit
18
19
description : Mailpit Webinterface
19
- - port : 1025
20
20
onOpen : ignore
21
+ - port : 49152
21
22
visibility : private
22
- name : Mailpit Mailserver
23
- description : Mailpit Endpoint
24
- - port : 9200
23
+ name : TabNine-vscode
24
+ description : TabNine.tabnine-vscode
25
25
onOpen : ignore
26
+ - port : 9200
26
27
visibility : private
27
28
name : ElasticSearch
28
29
description : ElasticSearch Server
30
+ onOpen : ignore
29
31
vscode :
30
32
extensions :
31
33
- TabNine.tabnine-vscode@3.4.14
58
60
sudo sed -i 's/^\(\[supervisord\]\)$/\1\nnodaemon=true/' /etc/supervisor/supervisord.conf &&
59
61
sed -i 's#/var/lib/mysql#'$GITPOD_REPO_ROOT'/mysql#g' /etc/mysql/conf.d/mysqld.cnf &&
60
62
sudo sed -i 's#/var/lib/mysql#'$GITPOD_REPO_ROOT'/mysql#g' /etc/supervisor/conf.d/mysql.conf &&
61
- docker run -d --restart unless-stopped --name=mailpit -p 8025:8025 -p 1025:1025 axllent/mailpit &&
63
+ docker run -d --restart unless-stopped --name=mailpit -p 8025:8025 -p 1025:1025 axllent/mailpit ;
62
64
sudo /etc/init.d/supervisor start
63
65
- name : " Nginx"
64
66
command : gp ports await 3306 &&
You can’t perform that action at this time.
0 commit comments