docker rename
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Kseninia Mikhaylova 2024-04-27 10:12:58 +03:00
parent 5f39e8858e
commit 23eb414e54
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ services:
build:
context: ./back
dockerfile: Dockerfile
container_name: back
container_name: inttable-back
restart: always
expose:
- "8000"
@ -23,7 +23,7 @@ services:
build:
context: ./front
dockerfile: Dockerfile
container_name: front
container_name: inttable-front
restart: always
expose:
- "4173"
@ -35,7 +35,7 @@ services:
nginx:
image: nginx:1.25
container_name: nginx
container_name: inttable-nginx
restart: always
ports:
- "8098:80"