Skip to content

Commit 38e98bf

Browse files
committed
give docker compose containers names to disambiguate them from other services
This should allow the compose file to be included in metacpan's docker-compose without conflicts.
1 parent ad1a1d2 commit 38e98bf

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)