fix(build): fix some docker stuff
This commit is contained in:
parent
62c9e0a22f
commit
51b4d64a93
2 changed files with 1 additions and 3 deletions
|
@ -15,7 +15,7 @@ services:
|
|||
retries: 5
|
||||
|
||||
zipline:
|
||||
image: diced/zipline:trunk
|
||||
image: ghcr.io/diced/zipline/zipline:trunk
|
||||
ports:
|
||||
- '3000:3000'
|
||||
restart: unless-stopped
|
||||
|
@ -34,7 +34,6 @@ services:
|
|||
- UPLOADER_DISABLED_EXTS=
|
||||
volumes:
|
||||
- '$PWD/uploads:/zipline/uploads'
|
||||
- '$PWD/prisma:/zipline/prisma'
|
||||
- '$PWD/public:/zipline/public'
|
||||
depends_on:
|
||||
- 'postgres'
|
||||
|
|
|
@ -17,7 +17,6 @@ export default function MyApp({ Component, pageProps }) {
|
|||
<Provider store={store}>
|
||||
<Head>
|
||||
<title>{Component.title}</title>
|
||||
<meta name='description' content='Zipline' />
|
||||
<meta name='viewport' content='minimum-scale=1, initial-scale=1, width=device-width' />
|
||||
</Head>
|
||||
<Theming
|
||||
|
|
Loading…
Reference in a new issue