1 parent b8b9a9b commit 0ad70fbCopy full SHA for 0ad70fb
1 file changed
compose.yml
@@ -10,12 +10,12 @@ services:
10
# https://docs.docker.com/reference/compose-file/build/#using-build-and-image
11
base: &base
12
build: .
13
- image: localhost:5000/3musketeers-devcontainer:local
+ image: 3musketeers.local/dev:local
14
pull_policy: never
15
16
# WRANGLER_SEND_METRICS is set to a value otherwise deploying will be asked if we want to send metrics which is not good when automating
17
ci: &ci
18
19
depends_on:
20
- base
21
working_dir: /opt/app
0 commit comments