12 lines
271 B
YAML
12 lines
271 B
YAML
services:
|
|
cvsite:
|
|
build: . # This is the key for local builds
|
|
image: zeshan # This will be the name of the local image created
|
|
container_name: zeshan
|
|
restart: always
|
|
networks:
|
|
- hurricane
|
|
|
|
networks:
|
|
hurricane:
|
|
external: true |