working docker

This commit is contained in:
2024-04-11 17:23:47 -04:00
parent 41aaacf307
commit c762a65fb1
3 changed files with 10 additions and 17 deletions

View File

@@ -1,15 +1,15 @@
version: '3.8'
name: goodoil
name: auburnoil
services:
front:
container_name: goodoil
image: anekdotin/goodoil:latest
image: anekdotin/auburnoil:latest
restart: on-failure
build:
context: ../goodoil
context: ../auburnoil
dockerfile: Dockerfile.prod
ports:
- '5180:3000'