mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-27 07:46:22 +00:00
Specify image name in docker files to avoid a confusing build/run
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
version: "2"
|
||||
services:
|
||||
|
||||
# I have a feeling we can get rid of this, and just use one docker-compose.yml, and just set a ENV var if
|
||||
# we want dev mode (just gives a docker shell) or not.
|
||||
|
||||
backend:
|
||||
build: ./backend/dev-docker
|
||||
image: dgtlmoon/changedetection.io:0.1-dev
|
||||
container_name: changedetection.io-dev
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
|
||||
@@ -3,6 +3,7 @@ services:
|
||||
|
||||
backend:
|
||||
build: ./backend/production-docker
|
||||
image: dgtlmoon/changedetection.io:0.1
|
||||
container_name: changedetection.io
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
|
||||
Reference in New Issue
Block a user