mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
Revert "creates kubernetes friendly deployment"
This reverts commit b42153bcc4.
This commit is contained in:
@@ -27,19 +27,14 @@ services:
|
||||
|
||||
webapp:
|
||||
container_name: bigcapital-webapp
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: packages/webapp/Dockerfile
|
||||
image: ghcr.io/bigcapitalhq/webapp:latest
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: unless-stopped
|
||||
|
||||
server:
|
||||
container_name: bigcapital-server
|
||||
# image: ghcr.io/bigcapitalhq/server:latest
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: packages/server/Dockerfile
|
||||
image: ghcr.io/bigcapitalhq/server:latest
|
||||
links:
|
||||
- mysql
|
||||
- mongo
|
||||
|
||||
Reference in New Issue
Block a user