Skip to content

Commit a3b0f1e

Browse files
authored
Merge pull request #3198 from metacpan/haarg/disambiguate-compose-names
give docker compose containers names to disambiguate them from other services
2 parents ad1a1d2 + 38e98bf commit a3b0f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
services:
2-
asset-build:
2+
web-asset-build:
33
build:
44
context: .
55
target: build-assets
66
volumes:
77
- './root:/build/root/'
88
- 'assets:/build/root/assets/'
99
command: ['./build-assets.mjs', '--watch']
10-
server:
10+
web-server:
1111
build:
1212
context: .
1313
target: develop

0 commit comments

Comments
 (0)