first
This commit is contained in:
20
docker-compose.prod.yml
Executable file
20
docker-compose.prod.yml
Executable file
@@ -0,0 +1,20 @@
|
||||
|
||||
version: '3.8'
|
||||
|
||||
name: goodoil
|
||||
services:
|
||||
|
||||
front:
|
||||
container_name: goodoil
|
||||
image: anekdotin/goodoil:latest
|
||||
restart: on-failure
|
||||
build:
|
||||
context: ../goodoil
|
||||
dockerfile: Dockerfile.prod
|
||||
ports:
|
||||
- '5180:3000'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user