File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ networks:
77 driver : default
88 config :
99 - subnet : 192.168.61.0/24
10+
11+ volumes :
12+ workspace :
13+
1014services :
1115 control :
1216 image : codespaces/ansible-control:v2.0.3
1317 ports :
1418 - " 8000:8000"
1519 volumes :
16- - ./code :/workspace
20+ - workspace :/workspace
1721 networks :
1822 custom :
1923 ipv4_address : 192.168.61.10
Original file line number Diff line number Diff line change @@ -4,16 +4,19 @@ networks:
44 puppet :
55 driver : bridge
66
7+ volumes :
8+ workspace :
9+
710services :
811 puppet :
9- image : codespaces/puppet-master:v0.1.3
12+ image : codespaces/puppet-master:2.0.0
1013 ports :
1114 - " 8000:8000"
1215 - " 80:80"
1316 environment :
1417 JAVA_ARGS : " -Xms256m -Xmx256m -XX:MaxPermSize=256m"
1518 volumes :
16- - /control :/workspace
19+ - workspace :/workspace
1720 networks :
1821 - puppet
1922 container_name : puppet
You can’t perform that action at this time.
0 commit comments