👷 Merge into single docker compose file
This commit is contained in:
@ -1,9 +1,20 @@
|
||||
services:
|
||||
web:
|
||||
container_name: martials.no
|
||||
prod:
|
||||
hostname: martials.no
|
||||
container_name: "martials.no"
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "4321:4321"
|
||||
- "4321:4321"
|
||||
|
||||
dev:
|
||||
hostname: dev.martials.no
|
||||
container_name: "dev.martials.no"
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "4322:4321"
|
Reference in New Issue
Block a user