Fix typo
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: muhammadvadud/simple-travel-front-admin:latest
|
||||
build: .
|
||||
simple-travel-admin:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- VITE_API_URL=${VITE_API_URL}
|
||||
- VITE_APP_NAME=${VITE_APP_NAME}
|
||||
container_name: simple-travel-admin
|
||||
ports:
|
||||
- "5263:3000"
|
||||
deploy:
|
||||
replicas: 2
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
- "5263:4173"
|
||||
env_file:
|
||||
- .env.production
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- network
|
||||
|
||||
networks:
|
||||
network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user