.
This commit is contained in:
parent
80b9312e7e
commit
14d3771de2
@ -131,13 +131,13 @@ export const LoginPage = () => {
|
||||
</Form>
|
||||
</CardContent>
|
||||
</Card>
|
||||
<img className='block w-11/12 mx-auto aspect-auto' src='/uecko-footer_logos.jpg' />
|
||||
<img className='block w-11/12 mx-auto aspect-auto' src='/img/uecko-footer_logos.jpg' />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className='hidden bg-muted lg:block'>
|
||||
<img
|
||||
src='/nara2.jpg'
|
||||
src='/img/nara2.jpg'
|
||||
alt='Image'
|
||||
width='1920'
|
||||
height='1080'
|
||||
|
||||
@ -14,6 +14,7 @@ services:
|
||||
- 13001:13001
|
||||
networks:
|
||||
- reverse_proxy
|
||||
restart: on-failure
|
||||
|
||||
mariadb:
|
||||
env_file: "stack.env"
|
||||
@ -25,6 +26,7 @@ services:
|
||||
- mariadb_data:/var/lib/mysql
|
||||
networks:
|
||||
- private
|
||||
restart: on-failure
|
||||
|
||||
wait-for-mariadb:
|
||||
image: atkrad/wait4x
|
||||
|
||||
Loading…
Reference in New Issue
Block a user