diff --git a/docker-compose.build.yml b/docker-compose.build.yml index 3f15433..972e0bd 100755 --- a/docker-compose.build.yml +++ b/docker-compose.build.yml @@ -1,4 +1,3 @@ -version: '3.8' name: auburnoil @@ -7,7 +6,7 @@ services: container_name: auburnoil restart: on-failure build: - context: ../auburn-oil_frontend + context: ../auburnoil_frontend dockerfile: Dockerfile.prod ports: - "5180:3000" @@ -15,7 +14,7 @@ services: api: restart: on-failure build: - context: ../auburn-oil_api + context: ../auburnoil_api dockerfile: Dockerfile ports: - '5181:8000' diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 4e543ea..ca21c90 100755 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -1,9 +1,8 @@ -version: '3.8' name: auburnoil services: - front: + auburn-oil_frontend: restart: on-failure build: context: ../auburnoil_frontend @@ -15,7 +14,7 @@ services: command: 'npm run dev' - api_dev: + auburn-oil_api: restart: on-failure build: context: ../auburnoil_api diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 9dcb4ad..4ec55e1 100755 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,9 +1,7 @@ -version: '3.8' - name: auburnoil services: - front: + auburn-oil_frontend: container_name: auburnoil image: anekdotin/auburn-oil_frontend:latest restart: on-failure @@ -11,7 +9,7 @@ services: - '5180:3000' - api: + oil_api: restart: on-failure image: anekdotin/auburn-oil_api:latest ports: