This commit is contained in:
2024-04-11 12:07:19 -04:00
commit 2a368ae0d4
3 changed files with 62 additions and 0 deletions

20
docker-compose.prod.yml Executable file
View 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'